summaryrefslogtreecommitdiffstats
path: root/vtysh/vtysh_main.c
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@nvidia.com>2020-12-04 04:23:57 +0100
committerDonald Sharp <sharpd@nvidia.com>2020-12-04 04:23:57 +0100
commit1400069124d7d6f222194cf071eb45ea0f540026 (patch)
tree39d1cb6e1760c0f16f46520e1e24151618607bb2 /vtysh/vtysh_main.c
parentvtysh: Display version w/ vtysh --help (diff)
downloadfrr-1400069124d7d6f222194cf071eb45ea0f540026.tar.xz
frr-1400069124d7d6f222194cf071eb45ea0f540026.zip
vtysh: Have help dump the how FRR was built
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'vtysh/vtysh_main.c')
-rw-r--r--vtysh/vtysh_main.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c
index 6bb5ab1c8..6e28df79d 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 (version " FRR_VERSION "). \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"