mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-11 11:07:23 +00:00
changes layout of help output of 'user' sub-command. Two note-worthy
things change: * heading has line of its own * tabs in command-params replaced by spaces commited for Duncan Idaho
This commit is contained in:
parent
c08bded0f3
commit
8ed8ace59d
@ -513,14 +513,16 @@ ipmi_user_test_password(
|
|||||||
static void
|
static void
|
||||||
print_user_usage(void)
|
print_user_usage(void)
|
||||||
{
|
{
|
||||||
lprintf(LOG_NOTICE, "User Commands: summary [<channel number>]");
|
lprintf(LOG_NOTICE, "User Commands:");
|
||||||
lprintf(LOG_NOTICE, " list [<channel number>]");
|
lprintf(LOG_NOTICE, " summary [<channel number>]");
|
||||||
lprintf(LOG_NOTICE, " set name <user id> <username>");
|
lprintf(LOG_NOTICE, " list [<channel number>]");
|
||||||
|
lprintf(LOG_NOTICE, " set name <user id> <username>");
|
||||||
lprintf(LOG_NOTICE, " set password <user id> [<password>]");
|
lprintf(LOG_NOTICE, " set password <user id> [<password>]");
|
||||||
lprintf(LOG_NOTICE, " disable <user id>");
|
lprintf(LOG_NOTICE, " disable <user id>");
|
||||||
lprintf(LOG_NOTICE, " enable <user id>");
|
lprintf(LOG_NOTICE, " enable <user id>");
|
||||||
lprintf(LOG_NOTICE, " priv <user id> <privilege level> [<channel number>]");
|
lprintf(LOG_NOTICE,
|
||||||
lprintf(LOG_NOTICE, " test <user id> <16|20> [<password]>\n");
|
" priv <user id> <privilege level> [<channel number>]");
|
||||||
|
lprintf(LOG_NOTICE, " test <user id> <16|20> [<password]>\n");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user