]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Mention that FILE1 and FILE2 must be sorted
authorJim Meyering <jim@meyering.net>
Wed, 19 Nov 2003 23:04:20 +0000 (23:04 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 19 Nov 2003 23:04:20 +0000 (23:04 +0000)
on the join fields.  Suggestion from Bruce Robertson.

src/join.c

index 47cc38f1e2409cf15a16d10607cf5abfbfd90506..b30034ca679e83c556f415245c3da007c87d7405 100644 (file)
@@ -176,6 +176,8 @@ from 1.  FORMAT is one or more comma or blank separated specifications,\n\
 each being `FILENUM.FIELD' or `0'.  Default FORMAT outputs the join field,\n\
 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\
 "), stdout);
       printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
     }