fix doc bug

This commit is contained in:
Duncan Laurie
2005-06-27 22:07:04 +00:00
parent 384f9219ba
commit 083e6afc46
2 changed files with 2 additions and 2 deletions

View File

@ -80,7 +80,7 @@ compiled in are visible in the usage help output.
.TP .TP
\fB\-L\fR <\fIprivlvl\fP> \fB\-L\fR <\fIprivlvl\fP>
Force session privilege level. Can be CALLBACK, USER, Force session privilege level. Can be CALLBACK, USER,
OPERATOR, ADMIN. Default is ADMIN. OPERATOR, ADMINISTRATOR. Default is ADMINISTRATOR.
.TP .TP
\fB\-m\fR <\fIlocal_address\fP> \fB\-m\fR <\fIlocal_address\fP>
Set the local IPMB address. The default is 0x20 and there Set the local IPMB address. The default is 0x20 and there

View File

@ -228,7 +228,7 @@ ipmi_option_usage(const char * progname, struct ipmi_cmd * cmdlist, struct ipmi_
#ifdef ENABLE_ALL_OPTIONS #ifdef ENABLE_ALL_OPTIONS
lprintf(LOG_NOTICE, " -a Prompt for remote password"); lprintf(LOG_NOTICE, " -a Prompt for remote password");
lprintf(LOG_NOTICE, " -C ciphersuite Cipher suite to be used by lanplus interface"); lprintf(LOG_NOTICE, " -C ciphersuite Cipher suite to be used by lanplus interface");
lprintf(LOG_NOTICE, " -L level Remote session privilege level [default=USER]"); lprintf(LOG_NOTICE, " -L level Remote session privilege level [default=ADMINISTRATOR]");
lprintf(LOG_NOTICE, " -A authtype Force use of auth type NONE, PASSWORD, MD2, MD5 or OEM"); lprintf(LOG_NOTICE, " -A authtype Force use of auth type NONE, PASSWORD, MD2, MD5 or OEM");
lprintf(LOG_NOTICE, " -P password Remote session password"); lprintf(LOG_NOTICE, " -P password Remote session password");
lprintf(LOG_NOTICE, " -E Read password from IPMI_PASSWORD environment variable"); lprintf(LOG_NOTICE, " -E Read password from IPMI_PASSWORD environment variable");