diff options
Diffstat (limited to 'toys/posix/nice.c')
-rw-r--r-- | toys/posix/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toys/posix/nice.c b/toys/posix/nice.c index c26f66d3..1803e611 100644 --- a/toys/posix/nice.c +++ b/toys/posix/nice.c @@ -10,7 +10,7 @@ config NICE bool "nice" default y help - usage: nice [-n PRIORITY] COMMAND [ARG...] + usage: nice [-n PRIORITY] COMMAND... Run a command line at an increased or decreased scheduling priority. |