mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
ID: 3528388 - 'lib/ipmi_ekanalyzer.c' - a typo in error message
Commit fixes a typo in error message in 'lib/ipmi_ekanalyzer.c'. Reported by: Dune Idaho
This commit is contained in:
parent
9ef6162f3c
commit
66bdb86f04
@ -476,7 +476,7 @@ ipmi_ekanalyzer_main( struct ipmi_intf * intf, int argc, char ** argv )
|
||||
struct ipmi_ek_multi_header * list_last = NULL;
|
||||
|
||||
if ( (argc == 0) || ( (argc - 1) > MAX_FILE_NUMBER ) ){
|
||||
lprintf(LOG_ERR, "Too few or too many argument!");
|
||||
lprintf(LOG_ERR, "Too few or too many arguments!");
|
||||
ipmi_ekanalyzer_usage();
|
||||
rc = ERROR_STATUS;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user