]> git.puffer.fish Git - matthieu/frr.git/commitdiff
sharpd: Cleanup help text
authorDonald Sharp <sharpd@cumulusnetworks.com>
Sat, 11 Jul 2020 01:52:54 +0000 (21:52 -0400)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 11 Aug 2020 16:37:35 +0000 (12:37 -0400)
Help text was a bit inconsistent/wrong.  Fix it like you mixed it.

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
sharpd/sharp_vty.c

index 6a120c8eff1a31a1ba13a828bf208e9332e45781..049b8475e45f7c5ccbe83b9eb104c2be55d0b268 100644 (file)
@@ -131,8 +131,8 @@ DEFPY(sharp_nht_data_dump,
       sharp_nht_data_dump_cmd,
       "sharp data nexthop",
       "Sharp routing Protocol\n"
-      "Nexthop information\n"
-      "Data Dump\n")
+      "Data about what is going on\n"
+      "Nexthop information\n")
 {
        sharp_nh_tracker_dump(vty);