mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-07-05 20:23:35 +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:
committed by
Alexander Amelkin
parent
1724b031b3
commit
af062a9a5e
@ -434,7 +434,7 @@ print_user_usage(void)
|
||||
lprintf(LOG_NOTICE,
|
||||
" set name <user id> <username>");
|
||||
lprintf(LOG_NOTICE,
|
||||
" set password <user id> [<password> <16|20>]");
|
||||
" set password <user id> [<password> [<16|20>]]");
|
||||
lprintf(LOG_NOTICE,
|
||||
" disable <user id>");
|
||||
lprintf(LOG_NOTICE,
|
||||
|
Reference in New Issue
Block a user