Ray Milkey

Fix typo in help string

Change-Id: I86b774dfe59ef8659657bbbad295fd8840f80f5e
...@@ -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",
......