commit | 1778b520a087af1148557e01834c6f7e5bf5d388 | [log] [tgz] |
---|---|---|
author | Charles Chan <rascov@gmail.com> | Mon Oct 24 15:10:02 2016 -0700 |
committer | Charles Chan <rascov@gmail.com> | Mon Oct 24 15:10:04 2016 -0700 |
tree | 275a6f753c60ff67cd27253d16c91da30bd24dd8 | |
parent | 6c0ed24ee7ace9ca4bce3303460080c8a4e4f7b3 [diff] |
Improve the argument description in RouteRemoveCommand such that it is consistent with RouteAddCommand Change-Id: Iecabcb5391f68b2a293b6a36dc1cbe8d9e1030c7
diff --git a/cli/src/main/java/org/onosproject/cli/net/RouteRemoveCommand.java b/cli/src/main/java/org/onosproject/cli/net/RouteRemoveCommand.java index 4992d77..a78a1b7 100644 --- a/cli/src/main/java/org/onosproject/cli/net/RouteRemoveCommand.java +++ b/cli/src/main/java/org/onosproject/cli/net/RouteRemoveCommand.java
@@ -37,7 +37,7 @@ required = true) String prefixString = null; - @Argument(index = 1, name = "prefix", description = "Next hop IP address", + @Argument(index = 1, name = "nextHop", description = "IP address of the next hop", required = true) String nextHopString = null;