mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID: 229 - 'lib/ipmi_ekanalyzer.c' - a typo ``Too few argument!''
Commit replaces text in question and prints error text on STDERR.
This commit is contained in:
parent
393ae97425
commit
558bf55c41
@ -542,7 +542,7 @@ ipmi_ekanalyzer_main( struct ipmi_intf * intf, int argc, char ** argv )
|
||||
* passing in command line
|
||||
*/
|
||||
if ( argc < MIN_ARGUMENT ){
|
||||
printf("Too few argument! \n");
|
||||
lprintf(LOG_ERR, "Not enough parameters given.");
|
||||
if ( strcmp(argv[argument_offset], "print") == 0 ){
|
||||
lprintf(LOG_ERR, " ekanalyzer print [carrier/power/all]"
|
||||
" <xx=frufile> <xx=frufile> [xx=frufile]"
|
||||
|
Loading…
x
Reference in New Issue
Block a user