mirror of
https://github.com/ipmitool/ipmitool.git
synced 2025-05-10 10:37:22 +00:00
ID: 247 - 'sensor thresh' help output is wrong
Fix invalid help output by copy-pasting part of 'sensor thresh help'.
This commit is contained in:
parent
aa8bac2da2
commit
5c85c7bc61
@ -563,7 +563,7 @@ ipmi_sensor_set_threshold(struct ipmi_intf *intf, int argc, char **argv)
|
|||||||
} else if (strncmp(thresh, "lower", 5) == 0) {
|
} else if (strncmp(thresh, "lower", 5) == 0) {
|
||||||
if (argc < 5) {
|
if (argc < 5) {
|
||||||
lprintf(LOG_ERR,
|
lprintf(LOG_ERR,
|
||||||
"usage: sensor thresh <id> lower <unc> <ucr> <unr>");
|
"usage: sensor thresh <id> lower <lnr> <lcr> <lnc>");
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
allLower = 1;
|
allLower = 1;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user