From e298f1f300b261e41db1a7516d99693986a2267b Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 23 Nov 1996 22:06:55 +0000 Subject: (usage): Alphabetize options like sort -f would. --- src/join.c | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) (limited to 'src/join.c') diff --git a/src/join.c b/src/join.c index 3df6ca710..debc5b3c7 100644 --- a/src/join.c +++ b/src/join.c @@ -177,19 +177,19 @@ For each pair of input lines with identical join fields, write a line to\n\ standard output. The default join field is the first, delimited\n\ by whitespace. When FILE1 or FILE2 (not both) is -, read standard input.\n\ \n\ - -a SIDE print unpairable lines coming from file SIDE\n\ - -e EMPTY replace missing input fields with EMPTY\n\ + -a SIDE print unpairable lines coming from file SIDE\n\ + -e EMPTY replace missing input fields with EMPTY\n\ -i, --ignore-case ignore differences in case when comparing fields\n\ - -j FIELD (Obsolescent) equivalent to `-1 FIELD -2 FIELD'\n\ - -j1 FIELD (Obsolescent) equivalent to `-1 FIELD'\n\ - -j2 FIELD (Obsolescent) equivalent to `-2 FIELD'\n\ - -1 FIELD join on this FIELD of file 1\n\ - -2 FIELD join on this FIELD of file 2\n\ - -o FORMAT obey FORMAT while constructing output line\n\ - -t CHAR use CHAR as input and output field separator\n\ - -v SIDE like -a SIDE, but suppress joined output lines\n\ - --help display this help and exit\n\ - --version output version information and exit\n\ + -j FIELD (obsolescent) equivalent to `-1 FIELD -2 FIELD'\n\ + -j1 FIELD (obsolescent) equivalent to `-1 FIELD'\n\ + -j2 FIELD (obsolescent) equivalent to `-2 FIELD'\n\ + -o FORMAT obey FORMAT while constructing output line\n\ + -t CHAR use CHAR as input and output field separator\n\ + -v SIDE like -a SIDE, but suppress joined output lines\n\ + -1 FIELD join on this FIELD of file 1\n\ + -2 FIELD join on this FIELD of file 2\n\ + --help display this help and exit\n\ + --version output version information and exit\n\ \n\ Unless -t CHAR is given, leading blanks separate fields and are ignored,\n\ else fields are separated by CHAR. Any FIELD is a field number counted\n\ -- cgit v1.2.3-54-g00ecf