Revise resouces command descripton to reflect actual behavior.
Change-Id: I5a0ccbfb857c957918697fb32d0bcceef556e67c
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -50,10 +50,10 @@ import com.google.common.collect.RangeSet; | ... | @@ -50,10 +50,10 @@ import com.google.common.collect.RangeSet; |
50 | import com.google.common.collect.TreeRangeSet; | 50 | import com.google.common.collect.TreeRangeSet; |
51 | 51 | ||
52 | /** | 52 | /** |
53 | - * Lists available resources. | 53 | + * Lists registered resources. |
54 | */ | 54 | */ |
55 | @Command(scope = "onos", name = "resources", | 55 | @Command(scope = "onos", name = "resources", |
56 | - description = "Lists available resources") | 56 | + description = "Lists registered resources") |
57 | public class ResourcesCommand extends AbstractShellCommand { | 57 | public class ResourcesCommand extends AbstractShellCommand { |
58 | 58 | ||
59 | @Option(name = "-s", aliases = "--sort", description = "Sort output", | 59 | @Option(name = "-s", aliases = "--sort", description = "Sort output", | ... | ... |
-
Please register or login to post a comment