summaryrefslogtreecommitdiff
path: root/src/join.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/join.c')
-rw-r--r--src/join.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/join.c b/src/join.c
index 171206262..dbaf1085f 100644
--- a/src/join.c
+++ b/src/join.c
@@ -199,7 +199,7 @@ by whitespace. When FILE1 or FILE2 (not both) is -, read standard input.\n\
"), stdout);
fputs (_("\
-i, --ignore-case ignore differences in case when comparing fields\n\
- -j FIELD equivalent to `-1 FIELD -2 FIELD'\n\
+ -j FIELD equivalent to '-1 FIELD -2 FIELD'\n\
-o FORMAT obey FORMAT while constructing output line\n\
-t CHAR use CHAR as input and output field separator\n\
"), stdout);
@@ -220,15 +220,15 @@ by whitespace. When FILE1 or FILE2 (not both) is -, read standard input.\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\
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\
+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. If FORMAT is the keyword 'auto', then the first\n\
line of each file determines the number of fields output for each line.\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\
-or use \"join -t ''\" if `sort' has no options.\n\
-Note, comparisons honor the rules specified by `LC_COLLATE'.\n\
+E.g., use \"sort -k 1b,1\" if 'join' has no options,\n\
+or use \"join -t ''\" if 'sort' has no options.\n\
+Note, comparisons honor the rules specified by 'LC_COLLATE'.\n\
If the input is not sorted and some lines cannot be joined, a\n\
warning message will be given.\n\
"), stdout);