]> git.puffer.fish Git - mirror/frr.git/commitdiff
vtysh: Fix cli help string to have only 1 mention of vty_socket 255/head
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 7 Mar 2017 00:49:05 +0000 (19:49 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 7 Mar 2017 00:49:05 +0000 (19:49 -0500)
When you run 'vtysh -h' the option '--vty_socket' is listed twice.
Fixes issue #253

Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
vtysh/vtysh_main.c

index a24571a2bec97149413d77a1b4b2bd7ba4ae12cd..3dffa05ace0169a5bc357af2a56e7598eb830e31 100644 (file)
@@ -147,7 +147,6 @@ usage (int status)
            "-f, --inputfile          Execute commands from specific file and exit\n" \
            "-E, --echo               Echo prompt and command in -c mode\n" \
            "-C, --dryrun             Check configuration for validity and exit\n" \
-           "    --vty_socket         Override vty socket path\n" \
            "-m, --markfile           Mark input file with context end\n" \
            "    --vty_socket         Override vty socket path\n" \
            "    --config_dir         Override config directory path\n" \