From a60b6acce1db1fb1e650148d6d4ecffa447be87e Mon Sep 17 00:00:00 2001 From: Jeremy Ellington Date: Mon, 7 Mar 2005 14:00:56 +0000 Subject: [PATCH] Usage statement change "authentication" ==> "auth" in order to keep column width < 80 characters. --- ipmitool/src/ipmitool.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ipmitool/src/ipmitool.c b/ipmitool/src/ipmitool.c index 592638a..f461253 100644 --- a/ipmitool/src/ipmitool.c +++ b/ipmitool/src/ipmitool.c @@ -182,7 +182,7 @@ ipmitool_usage(void) lprintf(LOG_NOTICE, " -C ciphersuite Cipher suite to be used by lanplus interface"); #ifndef __sun lprintf(LOG_NOTICE, " -L level Remote session privilege level [default=USER]"); - lprintf(LOG_NOTICE, " -A authtype Force use of authentication type NONE, PASSWORD, MD2, MD5 or OEM"); + lprintf(LOG_NOTICE, " -A authtype Force use of auth type NONE, PASSWORD, MD2, MD5 or OEM"); lprintf(LOG_NOTICE, " -P password Remote session password"); lprintf(LOG_NOTICE, " -a Prompt for remote password"); lprintf(LOG_NOTICE, " -E Read password from IPMI_PASSWORD environment variable");