changed hpmxxx keyword to hpm in main to access HPM.1 functionnality

This commit is contained in:
Francois Isabelle 2007-01-11 15:29:04 +00:00
parent 88af9d3652
commit a74e7d396a

View File

@ -108,7 +108,7 @@ struct ipmi_cmd ipmitool_cmd_list[] = {
{ ipmi_exec_main, "exec", "Run list of commands from file" },
{ ipmi_set_main, "set", "Set runtime variable for shell and exec" },
{ ipmi_echo_main, "echo", NULL }, /* for echoing lines to stdout in scripts */
{ ipmi_hpmfwupg_main,"hpmfwupg", "Update IPM Controller using PICMG HPM.1 specification"},
{ ipmi_hpmfwupg_main,"hpm", "Update HPM components using PICMG HPM.1 file"},
{ NULL },
};