summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-12-20 07:49:07 +0000
committerPádraig Brady <P@draigBrady.com>2010-12-20 10:56:04 +0000
commit41159f9604ac101746032f304ade13f52c48f65f (patch)
tree25a1fbee47a960a33169e69a1fa04d32eeb9ed5c /src
parent4a423bedea5f1f14b477f7e27505b7d685623a3a (diff)
downloadcoreutils-41159f9604ac101746032f304ade13f52c48f65f.tar.xz
maint: fix a typo in sort --parallel help message
Also fix up Chen Guo's contacts * src/sort.c (usage): Add a missing "of" * THANKS: Add Chen Guo * .mailmap: Add Chen Guo's UCLA address
Diffstat (limited to 'src')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 6cc058896..f193e04a0 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -459,7 +459,7 @@ Other options:\n\
-t, --field-separator=SEP use SEP instead of non-blank to blank transition\n\
-T, --temporary-directory=DIR use DIR for temporaries, not $TMPDIR or %s;\n\
multiple options specify multiple directories\n\
- --parallel=N change the number sorts run concurrently to N\n\
+ --parallel=N change the number of sorts run concurrently to N\n\
-u, --unique with -c, check for strict ordering;\n\
without -c, output only the first of an equal run\n\
"), DEFAULT_TMPDIR);