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:
Zdenek Styblik 2014-09-20 18:21:23 +02:00
parent aa8bac2da2
commit 5c85c7bc61

View File

@ -563,7 +563,7 @@ ipmi_sensor_set_threshold(struct ipmi_intf *intf, int argc, char **argv)
} else if (strncmp(thresh, "lower", 5) == 0) {
if (argc < 5) {
lprintf(LOG_ERR,
"usage: sensor thresh <id> lower <unc> <ucr> <unr>");
"usage: sensor thresh <id> lower <lnr> <lcr> <lnc>");
return -1;
}
allLower = 1;