Ray Milkey

Fix typo in help string

Change-Id: I86b774dfe59ef8659657bbbad295fd8840f80f5e
......@@ -47,7 +47,7 @@ import java.util.concurrent.Future;
* Installs many many flows.
*/
@Command(scope = "onos", name = "add-flows",
description = "Installs a flow rules")
description = "Installs a number of test flow rules - for testing only")
public class AddFlowsCommand extends AbstractShellCommand {
@Argument(index = 0, name = "flowPerDevice", description = "Number of flows to add per device",
......