diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 14:58:36 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2019-01-11 14:58:36 +0100 |
commit | e310fc1941b8c53c07b13236a9888784618d9eb9 (patch) | |
tree | 0ca4b390feeae7c89f64c7ba28893417d6847a62 /sharpd | |
parent | Merge pull request #3591 from donaldsharp/sharp_v6 (diff) | |
download | frr-e310fc1941b8c53c07b13236a9888784618d9eb9.tar.xz frr-e310fc1941b8c53c07b13236a9888784618d9eb9.zip |
sharpd: Clean up vtysh warning about insufficient doc string
Not sure why this wasn't caught by our CI system. I thought it
would. My screw up this should have been right from the start.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com.
Diffstat (limited to 'sharpd')
-rw-r--r-- | sharpd/sharp_vty.c | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index ea878323f..86c8bfe1c 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -196,8 +196,9 @@ DEFPY (remove_routes, "Sharp Routing Protocol\n" "Remove some routes\n" "Routes to remove\n" - "Starting spot\n" - "Routes to uniinstall\n" + "v4 Starting spot\n" + "v6 Starting spot\n" + "Routes to uninstall\n" "instance to use\n" "Value of instance\n") { |