summaryrefslogtreecommitdiff
path: root/src/nice.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-10-24 21:30:08 +0000
committerJim Meyering <jim@meyering.net>1993-10-24 21:30:08 +0000
commitcfe240bbd8520c852962f5feac1cfc5cf4903eb4 (patch)
tree35b71eee2e7cd2a04de37b52d252742ea4143d89 /src/nice.c
parent3bc2827212cbdb43d877ae46a5a3713d807411e8 (diff)
downloadcoreutils-cfe240bbd8520c852962f5feac1cfc5cf4903eb4.tar.xz
merge with 1.8.1h
Diffstat (limited to 'src/nice.c')
-rw-r--r--src/nice.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/nice.c b/src/nice.c
index 74bac8835..616a8f31c 100644
--- a/src/nice.c
+++ b/src/nice.c
@@ -180,7 +180,7 @@ Usage: %s [OPTION]... [COMMAND [ARG]...]\n\
program_name);
if (status != 0)
- fprintf (stderr, "\nTry `%s --help' for more information.\n",
+ fprintf (stderr, "Try `%s --help' for more information.\n",
program_name);
else
@@ -188,8 +188,8 @@ Usage: %s [OPTION]... [COMMAND [ARG]...]\n\
\n\
-ADJUST increment priority by ADJUST first\n\
-n, --adjustment ADJUST same as -ADJUST\n\
- --help display this help and exit\n\
- --version output version information and exit\n\
+ --help display this help and exit\n\
+ --version output version information and exit\n\
\n\
With no COMMAND, print the current scheduling priority. ADJUST is 10\n\
by default. Range goes from -20 (highest priority) to 19 (lowest).\n\