summaryrefslogtreecommitdiff
path: root/util/ectool.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/ectool.c')
-rw-r--r--util/ectool.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/ectool.c b/util/ectool.c
index c33ebd7a74..657bac4a71 100644
--- a/util/ectool.c
+++ b/util/ectool.c
@@ -1527,7 +1527,7 @@ int cmd_fanduty(int argc, char *argv[])
if (argc != 2) {
fprintf(stderr,
- "Usage: %s <targetrpm>\n", argv[0]);
+ "Usage: %s <percent>\n", argv[0]);
return -1;
}
p.percent = strtol(argv[1], &e, 0);