summaryrefslogtreecommitdiffstats
path: root/sharpd
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-07-11 03:52:54 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2020-08-11 18:37:35 +0200
commitbcc519dce53ed9031fc2160a6a9de0df4e894771 (patch)
tree8d15ad7c98b9db0995b7dfccd2ce72cb5686b4a5 /sharpd
parentzebra: Only note time of first nht registration (diff)
downloadfrr-bcc519dce53ed9031fc2160a6a9de0df4e894771.tar.xz
frr-bcc519dce53ed9031fc2160a6a9de0df4e894771.zip
sharpd: Cleanup help text
Help text was a bit inconsistent/wrong. Fix it like you mixed it. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'sharpd')
-rw-r--r--sharpd/sharp_vty.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sharpd/sharp_vty.c b/sharpd/sharp_vty.c
index 6a120c8ef..049b8475e 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);