summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2003-11-19 23:04:20 +0000
committerJim Meyering <jim@meyering.net>2003-11-19 23:04:20 +0000
commit91c7bb89a1bd57eda7ec8315284453742d5815d3 (patch)
tree54a2093da8c0653886bd0f0e4ac92c011c3299b2 /src/join.c
parent5c061f19a519b417c2fed3d5516cf7d4792bf11a (diff)
downloadcoreutils-91c7bb89a1bd57eda7ec8315284453742d5815d3.tar.xz
(usage): Mention that FILE1 and FILE2 must be sorted
on the join fields. Suggestion from Bruce Robertson.
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/join.c b/src/join.c
index 47cc38f1e..b30034ca6 100644
--- a/src/join.c
+++ b/src/join.c
@@ -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);
}