bozo: fix typo in help text

Fix a typo for "interface" in the help text for bosserver.

Change-Id: I042fc52e46f50dd00be9fc9bf62525a0f2755dda
Reviewed-on: http://gerrit.openafs.org/8144
Reviewed-by: Ken Dreyer <ktdreyer@ktdreyer.com>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jason Edgecombe <jason@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
Reviewed-by: Derrick Brashear <shadow@your-file-system.com>
Reviewed-by: Michael Meffie <mmeffie@sinenomine.net>
This commit is contained in:
Marc Dionne 2012-09-21 20:08:58 -04:00 committed by Ken Dreyer
parent 94115df435
commit 58c089e642

View File

@ -947,7 +947,7 @@ main(int argc, char **argv, char **envp)
#ifndef AFS_NT40_ENV #ifndef AFS_NT40_ENV
printf("Usage: bosserver [-noauth] [-log] " printf("Usage: bosserver [-noauth] [-log] "
"[-auditlog <log path>] " "[-auditlog <log path>] "
"[-audit-interafce <file|sysvmq> (default is file)] " "[-audit-interface <file|sysvmq> (default is file)] "
"[-rxmaxmtu <bytes>] [-rxbind] [-allow-dotted-principals]" "[-rxmaxmtu <bytes>] [-rxbind] [-allow-dotted-principals]"
"[-syslog[=FACILITY]] " "[-syslog[=FACILITY]] "
"[-restricted] " "[-restricted] "
@ -958,7 +958,7 @@ main(int argc, char **argv, char **envp)
#else #else
printf("Usage: bosserver [-noauth] [-log] " printf("Usage: bosserver [-noauth] [-log] "
"[-auditlog <log path>] " "[-auditlog <log path>] "
"[-audit-interafce <file|sysvmq> (default is file)] " "[-audit-interface <file|sysvmq> (default is file)] "
"[-rxmaxmtu <bytes>] [-rxbind] [-allow-dotted-principals]" "[-rxmaxmtu <bytes>] [-rxbind] [-allow-dotted-principals]"
"[-restricted] " "[-restricted] "
"[-enable_peer_stats] [-enable_process_stats] " "[-enable_peer_stats] [-enable_process_stats] "