mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
small change in amcsetportstate help and verbose mode
- port is now 'portflags' to avoid confusion
This commit is contained in:
parent
107257210d
commit
5e455132c1
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user