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/eigrpd.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 'doc/user/eigrpd.rst')
-rw-r--r-- | doc/user/eigrpd.rst | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/user/eigrpd.rst b/doc/user/eigrpd.rst index 309ee27cc..95c3a17ae 100644 --- a/doc/user/eigrpd.rst +++ b/doc/user/eigrpd.rst @@ -60,8 +60,7 @@ Certain signals have special meanings to *eigrpd*. .. program:: eigrpd -.. option:: -r -.. option:: --retain +.. option:: -r, --retain When the program terminates, retain routes added by *eigrpd*. |