mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 18:47:22 +00:00
Fix typo in 'picmg power get help' output. Replaces 'powert' with 'power'.
This commit is contained in:
parent
37d672412d
commit
54cc84adf2
@ -1634,7 +1634,7 @@ ipmi_picmg_main (struct ipmi_intf * intf, int argc, char ** argv)
|
||||
}
|
||||
else {
|
||||
printf("power get <FRU-ID> <type>\n");
|
||||
printf(" <type> 0 : steady state powert draw levels\n");
|
||||
printf(" <type> 0 : steady state power draw levels\n");
|
||||
printf(" 1 : desired steady state draw levels\n");
|
||||
printf(" 2 : early power draw levels\n");
|
||||
printf(" 3 : desired early levels\n");
|
||||
|
Loading…
x
Reference in New Issue
Block a user