diff options
| author | Paul Eggert <eggert@cs.ucla.edu> | 2006-02-21 02:55:31 +0000 |
|---|---|---|
| committer | Paul Eggert <eggert@cs.ucla.edu> | 2006-02-21 02:55:31 +0000 |
| commit | 0e3c5842ad598f153a89792ab289b0e1d84ca976 (patch) | |
| tree | bc4c7415416a082547966fde042a6fd6779f0d95 /src/join.c | |
| parent | (join invocation): Mention `sort -k 1b,1'. (diff) | |
| download | coreutils-0e3c5842ad598f153a89792ab289b0e1d84ca976.tar.gz coreutils-0e3c5842ad598f153a89792ab289b0e1d84ca976.zip | |
(usage): Mention `sort -k 1b,1'.
Diffstat (limited to 'src/join.c')
| -rw-r--r-- | src/join.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/join.c b/src/join.c index 5f4bf25fb..7851b3160 100644 --- a/src/join.c +++ b/src/join.c @@ -167,6 +167,7 @@ the remaining fields from FILE1, the remaining fields from FILE2, all\n\ separated by CHAR.\n\ \n\ Important: FILE1 and FILE2 must be sorted on the join fields.\n\ +E.g., use `sort -k 1b,1' if `join' has no options.\n\ "), stdout); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } |
