coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[coreutils] [PATCH] fix a typo in sort --parallel help message


From: Pádraig Brady
Subject: [coreutils] [PATCH] fix a typo in sort --parallel help message
Date: Mon, 20 Dec 2010 10:04:15 +0000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.1.8) Gecko/20100227 Thunderbird/3.0.3

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

commit 9ccc49f2a7b5daf86a0a8683c159798890ef1dcc
Author: Pádraig Brady <address@hidden>
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 <address@hidden> Evan Hunt <address@hidden>
 <address@hidden> <address@hidden  (trivial change)>
 Pádraig Brady <address@hidden> <address@hidden>
 <address@hidden> <address@hidden>
+<address@hidden> <address@hidden>
diff --git a/THANKS b/THANKS
index b17f4bf..484c1b6 100644
--- a/THANKS
+++ b/THANKS
@@ -225,6 +225,7 @@ Germano Leichsenring                address@hidden
 Gilles Espinasse                    address@hidden
 Glen Lenker                         address@hidden
 Göran Uddeborg                      address@hidden
+Chen guo                            address@hidden
 Guochun Shi                         address@hidden
 GOTO Masanori                       address@hidden
 Greg Louis                          address@hidden
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

[Prev in Thread] Current Thread [Next in Thread]