commit | 82895d772b8c17d9a1c2b25ce8f2bafcb062cc6c | [log] [tgz] |
---|---|---|
author | Ray Milkey <ray@onlab.us> | Thu Jan 22 17:06:00 2015 -0800 |
committer | Ray Milkey <ray@onlab.us> | Fri Jan 23 08:46:49 2015 -0800 |
tree | 6ae9eead141bc0cb8ebf3565b2c71d9210599856 | |
parent | 0cd4282c8e4e114f9d6d8ac86a66aa81e4077cb4 [diff] |
Fix typo in help string Change-Id: I86b774dfe59ef8659657bbbad295fd8840f80f5e
diff --git a/cli/src/main/java/org/onosproject/cli/net/AddFlowsCommand.java b/cli/src/main/java/org/onosproject/cli/net/AddFlowsCommand.java index 929c774..6b5d6f4 100644 --- a/cli/src/main/java/org/onosproject/cli/net/AddFlowsCommand.java +++ b/cli/src/main/java/org/onosproject/cli/net/AddFlowsCommand.java
@@ -47,7 +47,7 @@ * 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",