mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-08 05:00:23 +00:00
vtysh: Display version w/ vtysh --help
Add a bit of useful data to know what version of FRR we are playing with in this vtysh instance. Signed-off-by: Donald Sharp <sharpd@nvidia.com>
This commit is contained in:
parent
d3e79428d7
commit
dce33234c7
@ -153,7 +153,7 @@ static void usage(int status)
|
|||||||
progname);
|
progname);
|
||||||
else
|
else
|
||||||
printf("Usage : %s [OPTION...]\n\n"
|
printf("Usage : %s [OPTION...]\n\n"
|
||||||
"Integrated shell for FRR. \n\n"
|
"Integrated shell for FRR (version " FRR_VERSION "). \n\n"
|
||||||
"-b, --boot Execute boot startup configuration\n"
|
"-b, --boot Execute boot startup configuration\n"
|
||||||
"-c, --command Execute argument as command\n"
|
"-c, --command Execute argument as command\n"
|
||||||
"-d, --daemon Connect only to the specified daemon\n"
|
"-d, --daemon Connect only to the specified daemon\n"
|
||||||
|
Loading…
Reference in New Issue
Block a user