From af062a9a5ee2e78b0c3570fd46ffff951f3f5ecb Mon Sep 17 00:00:00 2001 From: G Dutton <35460590+gdttn@users.noreply.github.com> Date: Mon, 2 Sep 2019 14:26:30 +0100 Subject: [PATCH] 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. --- lib/ipmi_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ipmi_user.c b/lib/ipmi_user.c index 3c70e8f..4eddecb 100644 --- a/lib/ipmi_user.c +++ b/lib/ipmi_user.c @@ -434,7 +434,7 @@ print_user_usage(void) lprintf(LOG_NOTICE, " set name "); lprintf(LOG_NOTICE, -" set password [ <16|20>]"); +" set password [ [<16|20>]]"); lprintf(LOG_NOTICE, " disable "); lprintf(LOG_NOTICE,