summaryrefslogtreecommitdiffstats
path: root/doc/manpages
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2018-03-15 15:04:28 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-03-15 17:28:52 +0100
commit11bb00514543e9ad0adf2605b999ddad766f0a43 (patch)
tree450cf56d23b2eb1944690bbcf2194c3e9d30fa3f /doc/manpages
parentMerge pull request #1739 from LabNConsulting/working/master/bgp-vpn-vrf-leaking (diff)
downloadfrr-11bb00514543e9ad0adf2605b999ddad766f0a43.tar.xz
frr-11bb00514543e9ad0adf2605b999ddad766f0a43.zip
doc: Clean up vtysh man page
The vtysh man page was referencing eigrp. Looked like a cut-n-paste error? Added some missing cli for the vtysh program, that users might want to see. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'doc/manpages')
-rw-r--r--doc/manpages/vtysh.rst14
1 files changed, 13 insertions, 1 deletions
diff --git a/doc/manpages/vtysh.rst b/doc/manpages/vtysh.rst
index 38cb668e8..2db746020 100644
--- a/doc/manpages/vtysh.rst
+++ b/doc/manpages/vtysh.rst
@@ -3,7 +3,7 @@ VTYSH
*****
.. include:: defines.rst
-.. |DAEMON| replace:: eigrpd
+.. |DAEMON| replace:: vtysh
SYNOPSIS
========
@@ -41,6 +41,18 @@ OPTIONS available for the vtysh command:
When the -c option is being used, this flag will cause the standard vtysh prompt and command to be echoed prior to displaying the results. This is particularly useful to separate the results when executing multiple commands.
+.. option:: -C, --dryrun
+
+ When the -C option is being used, this flag will check the config for syntatic validity.
+
+.. option:: -m, --markfile
+
+ Mark the input file with context ends, useful for cleanup of a config file that has a lot of extraneous space and end markers
+
+.. option:: -n, --noerror
+
+ When executing cli that does not invoke a vtysh shell, if an error ocurrs ignore it for purposes of return codes from vtysh.
+
.. option:: -h, --help
Display a usage message on standard output and exit.