summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorPaul Eggert <eggert@cs.ucla.edu>2006-02-21 02:55:31 +0000
committerPaul Eggert <eggert@cs.ucla.edu>2006-02-21 02:55:31 +0000
commit0e3c5842ad598f153a89792ab289b0e1d84ca976 (patch)
treebc4c7415416a082547966fde042a6fd6779f0d95 /src/join.c
parent5bc9231e760e6e56991bf1edca0352dd9bc7ea81 (diff)
downloadcoreutils-0e3c5842ad598f153a89792ab289b0e1d84ca976.tar.xz
(usage): Mention `sort -k 1b,1'.
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c1
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);
}