summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-11-23 22:06:55 +0000
committerJim Meyering <jim@meyering.net>1996-11-23 22:06:55 +0000
commite298f1f300b261e41db1a7516d99693986a2267b (patch)
treead56adabdb5c0877cd3405fe7b9d49232e28a965 /src/join.c
parent81024044659c48de8fa65fc1ea44071bda7db7eb (diff)
downloadcoreutils-e298f1f300b261e41db1a7516d99693986a2267b.tar.xz
(usage): Alphabetize options like sort -f would.
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c24
1 files changed, 12 insertions, 12 deletions
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\