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:
G Dutton 2019-09-02 14:26:30 +01:00 committed by Alexander Amelkin
parent 1724b031b3
commit af062a9a5e

View File

@ -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,