]> git.proxmox.com Git - mirror_frr.git/commitdiff
sharpd: Clean up vtysh warning about insufficient doc string
authorDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 11 Jan 2019 13:58:36 +0000 (08:58 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Fri, 11 Jan 2019 13:58:36 +0000 (08:58 -0500)
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.
sharpd/sharp_vty.c

index ea878323fd7de53d52fdd7a70cb44eea179c1106..86c8bfe1c2e79945398cd24f8d3631a823ec58ab 100644 (file)
@@ -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")
 {