From bcc519dce53ed9031fc2160a6a9de0df4e894771 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Fri, 10 Jul 2020 21:52:54 -0400 Subject: [PATCH] sharpd: Cleanup help text Help text was a bit inconsistent/wrong. Fix it like you mixed it. Signed-off-by: Donald Sharp --- sharpd/sharp_vty.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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); -- 2.39.5