Problem:
----
Error output of 'chassis' command seems to be inconsistent to the rest of ipmitool commands.
~~~ EXAMPLE ~~~
# ipmitool chassis foo
Invalid Chassis command: foo
# ipmitool chassis power bar
Invalid chassis power command: bar
~~~ EXAMPLE ~~~
Suggested fix:
---
'lib/ipmi_chassis.c' L:1178
~~~ SNIP ~~~
lprintf(LOG_ERR, "Invalid chassis command: %s", argv[0]);
~~~ SNIP ~~~
Patch attached.
patch for % ipmitool chassis; error output consistency
Ticket moved from /p/ipmitool/feature-requests/21/
Note: look into and either commit or close.
Committed into git.