Fix typos in Component Config cli command

Change-Id: I3d4ed1a7b87c28573ec7b56c5ecfe182570bb4dc
diff --git a/cli/src/main/java/org/onosproject/cli/cfg/ComponentConfigCommand.java b/cli/src/main/java/org/onosproject/cli/cfg/ComponentConfigCommand.java
index de73c91..953f27c 100644
--- a/cli/src/main/java/org/onosproject/cli/cfg/ComponentConfigCommand.java
+++ b/cli/src/main/java/org/onosproject/cli/cfg/ComponentConfigCommand.java
@@ -28,7 +28,7 @@
 import static com.google.common.base.Strings.isNullOrEmpty;
 
 /**
- * Manages application inventory.
+ * Manages component configuration.
  */
 @Command(scope = "onos", name = "cfg",
         description = "Manages component configuration")
@@ -46,7 +46,7 @@
 
 
     @Argument(index = 0, name = "command",
-            description = "Command name (activate|deactivate|uninstall)",
+            description = "Command name (get|set)",
             required = false, multiValued = false)
     String command = null;