diff options
author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-06 21:31:24 +0200 |
---|---|---|
committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-06 21:32:46 +0200 |
commit | 19380819fc2b9361230053c19a0e27e7e9d0cee1 (patch) | |
tree | b3dd74cf2c3b13cb97555ecfdfd2000f768e2437 /zebra/main.c | |
parent | bgpd: Fix call of bgp_address_destroy (diff) | |
download | frr-19380819fc2b9361230053c19a0e27e7e9d0cee1.tar.xz frr-19380819fc2b9361230053c19a0e27e7e9d0cee1.zip |
zebra: Line up help output better
The -g, --group line of help didn't line up properly with
the other help output of zebra. Fix this.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/main.c')
-rw-r--r-- | zebra/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/main.c b/zebra/main.c index 8a9857a04..d8892f582 100644 --- a/zebra/main.c +++ b/zebra/main.c @@ -150,7 +150,7 @@ usage (char *progname, int status) "-r, --retain When program terminates, retain added route "\ "by zebra.\n"\ "-u, --user User to run as\n"\ - "-g, --group Group to run as\n", progname); + "-g, --group Group to run as\n", progname); #ifdef HAVE_NETLINK printf ("-s, --nl-bufsize Set netlink receive buffer size\n"); #endif /* HAVE_NETLINK */ |