mirror of
https://github.com/ipmitool/ipmitool.git
synced 2026-06-28 08:11:36 +00:00
display only command list when 'help' specified on command line
This commit is contained in:
@@ -414,7 +414,7 @@ main(int argc, char ** argv)
|
||||
goto out_free;
|
||||
}
|
||||
if (strncmp(argv[optind], "help", 4) == 0) {
|
||||
ipmitool_usage();
|
||||
ipmi_cmd_print();
|
||||
goto out_free;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user