sharpd: Fix typo in sharp install routes help message

Signed-off-by: Carmine Scarpitta <cscarpit@cisco.com>
This commit is contained in:
Carmine Scarpitta 2024-11-17 08:13:53 +01:00
parent 2f83660982
commit 769751f6fc

View file

@ -213,7 +213,7 @@ DEFPY (install_routes,
"The vrf we would like to install into if non-default\n" "The vrf we would like to install into if non-default\n"
"The NAME of the vrf\n" "The NAME of the vrf\n"
"v4 Address to start /32 generation at\n" "v4 Address to start /32 generation at\n"
"v6 Address to start /32 generation at\n" "v6 Address to start /128 generation at\n"
"Nexthop to use(Can be an IPv4 or IPv6 address)\n" "Nexthop to use(Can be an IPv4 or IPv6 address)\n"
"V4 Nexthop address to use\n" "V4 Nexthop address to use\n"
"V6 Nexthop address to use\n" "V6 Nexthop address to use\n"