mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
user: Alter "set password" usage information
This changes the usage string to match reality and note that [<16|20>] is an optional argument to set password.
This commit is contained in:
parent
1724b031b3
commit
af062a9a5e
@ -434,7 +434,7 @@ print_user_usage(void)
|
|||||||
lprintf(LOG_NOTICE,
|
lprintf(LOG_NOTICE,
|
||||||
" set name <user id> <username>");
|
" set name <user id> <username>");
|
||||||
lprintf(LOG_NOTICE,
|
lprintf(LOG_NOTICE,
|
||||||
" set password <user id> [<password> <16|20>]");
|
" set password <user id> [<password> [<16|20>]]");
|
||||||
lprintf(LOG_NOTICE,
|
lprintf(LOG_NOTICE,
|
||||||
" disable <user id>");
|
" disable <user id>");
|
||||||
lprintf(LOG_NOTICE,
|
lprintf(LOG_NOTICE,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user