small change in amcsetportstate help and verbose mode

- port is now 'portflags' to avoid confusion
This commit is contained in:
Francois Isabelle 2007-12-12 20:25:08 +00:00
parent 107257210d
commit 5e455132c1

View File

@ -1398,7 +1398,7 @@ ipmi_picmg_main (struct ipmi_intf * intf, int argc, char ** argv)
}
lprintf(LOG_DEBUG,"PICMG: channel %d",channel);
lprintf(LOG_DEBUG,"PICMG: port %d",port);
lprintf(LOG_DEBUG,"PICMG: portflags %d",port);
lprintf(LOG_DEBUG,"PICMG: type %d",type);
lprintf(LOG_DEBUG,"PICMG: typeext %d",typeext);
lprintf(LOG_DEBUG,"PICMG: group %d",group);
@ -1409,7 +1409,7 @@ ipmi_picmg_main (struct ipmi_intf * intf, int argc, char ** argv)
typeext, group, enable, device);
}
else {
printf("<chn> <port> <type> <ext> <group> <1|0> [<device>]\n");
printf("<chn> <portflags> <type> <ext> <group> <1|0> [<device>]\n");
return -1;
}
}