From: Paul Eggert Date: Tue, 21 Feb 2006 02:55:31 +0000 (+0000) Subject: (usage): Mention `sort -k 1b,1'. X-Git-Tag: v6.0~698 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0e3c5842ad598f153a89792ab289b0e1d84ca976;p=thirdparty%2Fcoreutils.git (usage): Mention `sort -k 1b,1'. --- diff --git a/src/join.c b/src/join.c index 5f4bf25fbe..7851b31606 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); }