diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-07 01:49:05 +0100 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-07 01:49:05 +0100 |
commit | 6093e482380a972b92c4ac995267bed53331d173 (patch) | |
tree | a5559ae71c453d53bb4a2c10da65cfb16b13fc0c /vtysh/vtysh_main.c | |
parent | Merge pull request #249 from opensourcerouting/ldpd-rfcs (diff) | |
download | frr-6093e482380a972b92c4ac995267bed53331d173.tar.xz frr-6093e482380a972b92c4ac995267bed53331d173.zip |
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 <sharpd@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | vtysh/vtysh_main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vtysh/vtysh_main.c b/vtysh/vtysh_main.c index a24571a2b..3dffa05ac 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" \ |