Committed by
Gerrit Code Review
Fix typos in Component Config cli command
Change-Id: I3d4ed1a7b87c28573ec7b56c5ecfe182570bb4dc
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -28,7 +28,7 @@ import java.util.Set; | ... | @@ -28,7 +28,7 @@ import java.util.Set; |
28 | import static com.google.common.base.Strings.isNullOrEmpty; | 28 | import static com.google.common.base.Strings.isNullOrEmpty; |
29 | 29 | ||
30 | /** | 30 | /** |
31 | - * Manages application inventory. | 31 | + * Manages component configuration. |
32 | */ | 32 | */ |
33 | @Command(scope = "onos", name = "cfg", | 33 | @Command(scope = "onos", name = "cfg", |
34 | description = "Manages component configuration") | 34 | description = "Manages component configuration") |
... | @@ -46,7 +46,7 @@ public class ComponentConfigCommand extends AbstractShellCommand { | ... | @@ -46,7 +46,7 @@ public class ComponentConfigCommand extends AbstractShellCommand { |
46 | 46 | ||
47 | 47 | ||
48 | @Argument(index = 0, name = "command", | 48 | @Argument(index = 0, name = "command", |
49 | - description = "Command name (activate|deactivate|uninstall)", | 49 | + description = "Command name (get|set)", |
50 | required = false, multiValued = false) | 50 | required = false, multiValued = false) |
51 | String command = null; | 51 | String command = null; |
52 | 52 | ... | ... |
-
Please register or login to post a comment