]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: improve description of join's -a option
authorEric Blake <eblake@redhat.com>
Tue, 13 Sep 2011 22:07:11 +0000 (16:07 -0600)
committerEric Blake <eblake@redhat.com>
Wed, 14 Sep 2011 13:46:09 +0000 (07:46 -0600)
* src/join.c (usage): Mention that -a adds to the overall output,
rather than replacing the default output.
* THANKS: Update.
Reported by Tomas Volka.

src/join.c

index 694fb55735991703881805079bbcec9046e85f43..809eead0f8df8667c897cb2588c71d130ca678f4 100644 (file)
@@ -194,7 +194,7 @@ For each pair of input lines with identical join fields, write a line to\n\
 standard output.  The default join field is the first, delimited\n\
 by whitespace.  When FILE1 or FILE2 (not both) is -, read standard input.\n\
 \n\
-  -a FILENUM        print unpairable lines coming from file FILENUM, where\n\
+  -a FILENUM        also print unpairable lines from file FILENUM, where\n\
                       FILENUM is 1 or 2, corresponding to FILE1 or FILE2\n\
   -e EMPTY          replace missing input fields with EMPTY\n\
 "), stdout);