mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-05 12:13:35 +00:00
fix doc bug
This commit is contained in:
@ -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
|
||||||
|
@ -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");
|
||||||
|
Reference in New Issue
Block a user