From: Donald Sharp Date: Sat, 11 Jul 2020 01:52:54 +0000 (-0400) Subject: sharpd: Cleanup help text X-Git-Tag: base_7.5~97^2~1 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=bcc519dce53ed9031fc2160a6a9de0df4e894771;p=matthieu%2Ffrr.git sharpd: Cleanup help text Help text was a bit inconsistent/wrong. Fix it like you mixed it. Signed-off-by: Donald Sharp --- diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c index 6a120c8eff..049b8475e4 100644 --- a/sharpd/sharp_vty.c +++ b/sharpd/sharp_vty.c @@ -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);