Fix typo in help string
Change-Id: I86b774dfe59ef8659657bbbad295fd8840f80f5e
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -47,7 +47,7 @@ import java.util.concurrent.Future; | ... | @@ -47,7 +47,7 @@ import java.util.concurrent.Future; |
47 | * Installs many many flows. | 47 | * Installs many many flows. |
48 | */ | 48 | */ |
49 | @Command(scope = "onos", name = "add-flows", | 49 | @Command(scope = "onos", name = "add-flows", |
50 | - description = "Installs a flow rules") | 50 | + description = "Installs a number of test flow rules - for testing only") |
51 | public class AddFlowsCommand extends AbstractShellCommand { | 51 | public class AddFlowsCommand extends AbstractShellCommand { |
52 | 52 | ||
53 | @Argument(index = 0, name = "flowPerDevice", description = "Number of flows to add per device", | 53 | @Argument(index = 0, name = "flowPerDevice", description = "Number of flows to add per device", | ... | ... |
-
Please register or login to post a comment