diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-08 23:05:13 +0000 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2004-12-08 23:05:13 +0000 |
commit | 394d21a31ea5a52aeb5f20b2a3bac0fe75644644 (patch) | |
tree | dc683afc8f5187bf42e26209c700fee8b5058fef | |
parent | 0f504f3f3680c6578a943e93eddbc408fb505c1f (diff) | |
download | coreutils-394d21a31ea5a52aeb5f20b2a3bac0fe75644644.tar.xz |
Undo previous change; it's already there.
-rw-r--r-- | src/join.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/join.c b/src/join.c index 2dfbb0750..68156191a 100644 --- a/src/join.c +++ b/src/join.c @@ -163,7 +163,6 @@ Usage: %s [OPTION]... FILE1 FILE2\n\ 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\ -FILE1 and FILE2 should be sorted on the join fields.\n\ \n\ -a FILENUM print unpairable lines coming from file FILENUM, where\n\ FILENUM is 1 or 2, corresponding to FILE1 or FILE2\n\ |