summaryrefslogtreecommitdiff
path: root/ospfd/ospf_main.c
diff options
context:
space:
mode:
authorDavid Lamparter <equinox@opensourcerouting.org>2017-03-08 01:56:02 +0100
committerDavid Lamparter <equinox@opensourcerouting.org>2017-03-08 01:58:43 +0100
commit2fcc7988ea09b8505c0fbf134ecffe98e4c026b6 (patch)
tree08ce899248d37a102c3be14136ec7103c59b37a8 /ospfd/ospf_main.c
parent82a011a0a78e8a81ec0e85ffee6224a92a339b86 (diff)
*: fix some option descriptions and make -e work
There were some typos in command line help, also the "e:" spec was missing for getopt in zebra/bgpd (even before the refactor). Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_main.c')
-rw-r--r--ospfd/ospf_main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ospfd/ospf_main.c b/ospfd/ospf_main.c
index fd17458d32..5705dad5d4 100644
--- a/ospfd/ospf_main.c
+++ b/ospfd/ospf_main.c
@@ -175,7 +175,7 @@ main (int argc, char **argv)
frr_preinit (&ospfd_di, argc, argv);
frr_opt_add ("n:a", longopts,
" -n, --instance Set the instance id\n"
- " -a. --apiserver Enable OSPF apiserver\n");
+ " -a, --apiserver Enable OSPF apiserver\n");
while (1)
{