diff options
Diffstat (limited to 'vtysh/vtysh_main.c')
| -rw-r--r-- | vtysh/vtysh_main.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index 1ca219a26c..6e28df79d6 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -153,7 +153,8 @@ static void usage(int status) progname); else printf("Usage : %s [OPTION...]\n\n" - "Integrated shell for FRR. \n\n" + "Integrated shell for FRR (version " FRR_VERSION "). \n" + "Configured with:\n " FRR_CONFIG_ARGS "\n\n" "-b, --boot Execute boot startup configuration\n" "-c, --command Execute argument as command\n" "-d, --daemon Connect only to the specified daemon\n" |
