]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: Have help dump the how FRR was built 7667/head
authorDonald Sharp <sharpd@nvidia.com>
Fri, 4 Dec 2020 03:23:57 +0000 (22:23 -0500)
committerDonald Sharp <sharpd@nvidia.com>
Fri, 4 Dec 2020 03:23:57 +0000 (22:23 -0500)
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
vtysh/vtysh_main.c

index 6bb5ab1c8c39de9e79e00fb6adac4f616a864cde..6e28df79d6c54823aeb6c11a2009d56c26c2ab9f 100644 (file)
@@ -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"