From 6093e482380a972b92c4ac995267bed53331d173 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Mon, 6 Mar 2017 19:49:05 -0500 Subject: [PATCH] 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 --- vtysh/vtysh_main.c | 1 - 1 file changed, 1 deletion(-) 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" \