aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/renice.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/renice.c')
-rw-r--r--toys/posix/renice.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/renice.c b/toys/posix/renice.c
index c1167c8c..4736d4ea 100644
--- a/toys/posix/renice.c
+++ b/toys/posix/renice.c
@@ -10,7 +10,7 @@ config RENICE
bool "renice"
default y
help
- usage: renice [-gpu] -n increment ID ...
+ usage: renice [-gpu] -n INCREMENT ID...
*/
#define FOR_renice