From 19380819fc2b9361230053c19a0e27e7e9d0cee1 Mon Sep 17 00:00:00 2001 From: Donald Sharp Date: Tue, 6 Sep 2016 15:31:24 -0400 Subject: [PATCH] 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 --- zebra/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zebra/main.c b/zebra/main.c index 8a9857a04d..d8892f582a 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 */ -- 2.39.5