diff options
author | Jim Meyering <meyering@redhat.com> | 2012-09-28 18:42:05 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2012-09-28 18:42:05 +0200 |
commit | 0d4efc37133820c5571316d0ebdf341270e712a4 (patch) | |
tree | 61087d59993554b0b2615f02b5f4b493fdaf82ed /src | |
parent | b212af43015205d0746148f03fc477d57383330b (diff) | |
download | coreutils-0d4efc37133820c5571316d0ebdf341270e712a4.tar.xz |
doc: correct an old bit of ugliness in nice --help output
* src/nice.c (usage): s/Nicenesses/Niceness values/
Diffstat (limited to 'src')
-rw-r--r-- | src/nice.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nice.c b/src/nice.c index 7402b9e96..f13be63a4 100644 --- a/src/nice.c +++ b/src/nice.c @@ -72,7 +72,7 @@ usage (int status) printf (_("Usage: %s [OPTION] [COMMAND [ARG]...]\n"), program_name); printf (_("\ Run COMMAND with an adjusted niceness, which affects process scheduling.\n\ -With no COMMAND, print the current niceness. Nicenesses range from\n\ +With no COMMAND, print the current niceness. Niceness values range from\n\ %d (most favorable to the process) to %d (least favorable to the process).\n\ \n\ -n, --adjustment=N add integer N to the niceness (default 10)\n\ |