]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Mention `sort -k 1b,1'.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Feb 2006 02:55:31 +0000 (02:55 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 21 Feb 2006 02:55:31 +0000 (02:55 +0000)
src/join.c

index 5f4bf25fbefe9e001c8dc5b9a1d8573d5f80fa94..7851b31606188fde109f2faa3cb6b4efc38116aa 100644 (file)
@@ -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);
     }