Drats, I made a typo.
OK to push this?

commit 9ccc49f2a7b5daf86a0a8683c159798890ef1dcc
Author: Pádraig Brady <[email protected]>
Date:   Mon Dec 20 07:49:07 2010 +0000

    maint: fix a typo in sort --parallel help message

    Also fix up Chen Guo's emails
    * src/sort.c (usage): Add a missing "of"
    * THANKS: Add Chen Guo
    * .mailmap: Add Chen Guo's UCLA address

diff --git a/.mailmap b/.mailmap
index 5a07abd..d4fcef5 100644
--- a/.mailmap
+++ b/.mailmap
@@ -9,3 +9,4 @@ Evan Hunt <[email protected]> Evan Hunt <[email protected]>
 <[email protected]> <[email protected]  (trivial change)>
 Pádraig Brady <[email protected]> <[email protected]>
 <[email protected]> <[email protected]>
+<[email protected]> <[email protected]>
diff --git a/THANKS b/THANKS
index b17f4bf..484c1b6 100644
--- a/THANKS
+++ b/THANKS
@@ -225,6 +225,7 @@ Germano Leichsenring                
[email protected]
 Gilles Espinasse                    [email protected]
 Glen Lenker                         [email protected]
 Göran Uddeborg                      [email protected]
+Chen guo                            [email protected]
 Guochun Shi                         [email protected]
 GOTO Masanori                       [email protected]
 Greg Louis                          [email protected]
diff --git a/src/sort.c b/src/sort.c
index 6cc0588..f193e04 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\

Reply via email to