From 20faeaaa324c3dc13824727e352bcfba2e2387f9 Mon Sep 17 00:00:00 2001 From: Andrew Deason Date: Sun, 30 Jun 2013 13:41:47 -0500 Subject: [PATCH] bozo: Fix help message formatting Need a space here to separate [-allow-dotted-principals] from the following option. Change-Id: Iabe353fd1c5366064a448c15a7c986d0fcf35415 Reviewed-on: http://gerrit.openafs.org/10417 Tested-by: BuildBot Reviewed-by: Derrick Brashear --- src/bozo/bosserver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bozo/bosserver.c b/src/bozo/bosserver.c index 511ad4ecf..c8ddc770b 100644 --- a/src/bozo/bosserver.c +++ b/src/bozo/bosserver.c @@ -911,7 +911,7 @@ main(int argc, char **argv, char **envp) printf("Usage: bosserver [-noauth] [-log] " "[-auditlog ] " "[-audit-interface (default is file)] " - "[-rxmaxmtu ] [-rxbind] [-allow-dotted-principals]" + "[-rxmaxmtu ] [-rxbind] [-allow-dotted-principals] " "[-syslog[=FACILITY]] " "[-restricted] " "[-enable_peer_stats] [-enable_process_stats] " @@ -922,7 +922,7 @@ main(int argc, char **argv, char **envp) printf("Usage: bosserver [-noauth] [-log] " "[-auditlog ] " "[-audit-interface (default is file)] " - "[-rxmaxmtu ] [-rxbind] [-allow-dotted-principals]" + "[-rxmaxmtu ] [-rxbind] [-allow-dotted-principals] " "[-restricted] " "[-enable_peer_stats] [-enable_process_stats] " "[-cores=] \n" -- 2.39.5