From: Andrew Deason Date: Sun, 30 Jun 2013 18:41:47 +0000 (-0500) Subject: bozo: Fix help message formatting X-Git-Tag: upstream/1.8.0_pre1^2~914 X-Git-Url: https://git.michaelhowe.org/gitweb/?a=commitdiff_plain;h=20faeaaa324c3dc13824727e352bcfba2e2387f9;p=packages%2Fo%2Fopenafs.git 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 --- 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"