diff options
author | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-07 00:17:31 +0200 |
---|---|---|
committer | Quentin Young <qlyoung@cumulusnetworks.com> | 2018-04-09 23:30:47 +0200 |
commit | c9365894680f0ee44f36019bf01321a7ff5cc802 (patch) | |
tree | a84daa2cb46039324cca1e1ee566609b76f16640 /doc/user/zebra.rst | |
parent | Merge pull request #2037 from coreswitch/master (diff) | |
download | frr-c9365894680f0ee44f36019bf01321a7ff5cc802.tar.xz frr-c9365894680f0ee44f36019bf01321a7ff5cc802.zip |
doc: cleanup daemon option flags
Short and long form options can be written on the same line, Sphinx
understands how to cross-reference using either one of them. Also
replace some - with _ where appropriate.
Signed-off-by: Quentin Young <qlyoung@cumulusnetworks.com>
Diffstat (limited to '')
-rw-r--r-- | doc/user/zebra.rst | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/doc/user/zebra.rst b/doc/user/zebra.rst index 70a69cf0d..9928ab012 100644 --- a/doc/user/zebra.rst +++ b/doc/user/zebra.rst @@ -18,19 +18,16 @@ Besides the common invocation options (:ref:`common-invocation-options`), the .. program:: zebra -.. option:: -b -.. option:: --batch +.. option:: -b, --batch Runs in batch mode. *zebra* parses configuration file and terminates immediately. -.. option:: -k -.. option:: --keep_kernel +.. option:: -k, --keep_kernel When zebra starts up, don't delete old self inserted routes. -.. option:: -r -.. option:: --retain +.. option:: -r, --retain When program terminates, retain routes added by zebra. |