From: Donald Sharp Date: Tue, 7 Mar 2017 00:49:05 +0000 (-0500) Subject: vtysh: Fix cli help string to have only 1 mention of vty_socket X-Git-Tag: frr-3.0-branchpoint~6^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=refs%2Fpull%2F255%2Fhead;p=mirror%2Ffrr.git vtysh: Fix cli help string to have only 1 mention of vty_socket When you run 'vtysh -h' the option '--vty_socket' is listed twice. Fixes issue #253 Signed-off-by: Donald Sharp --- diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index a24571a2be..3dffa05ace 100644 --- a/vtysh/vtysh_main.c +++ b/vtysh/vtysh_main.c @@ -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" \