diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-02-10 17:05:34 +0000 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-02-11 08:01:15 +0000 |
commit | 45b46f4951758e6d3564537bbc8535cf76e9114a (patch) | |
tree | c2bc645e539bc3f1bbcc24dbbcf7036ab2991b1a /src/join.c | |
parent | 9f650d0870a864f2a109e5ddb9b6f0bee06ecafd (diff) | |
download | coreutils-45b46f4951758e6d3564537bbc8535cf76e9114a.tar.gz |
doc: remove extraneous periods from --help output
* src/join.c (usage): Mention "fields" rather than repeating "line"
so that it's more obvious that the fields are still parsed, and
thus -o is still honored for headers. Also remove an extraneous
'.' reported by Stéphane Raimbault.
* src/base64.c (usage): Remove extraneous blank line and order
the options alphabetically. Also remove an extraneous '.'
* src/chown.c (usage): Remove extraneous '.'
* src/cp.c (usage): Likewise.
* src/mktemp.c (usage): Likewise.
* src/pr.c (usage): Likewise.
* src/stat.c (usage): Likewise.
* src/uniq.c (usage): Likewise.
Diffstat (limited to 'src/join.c')
-rw-r--r-- | src/join.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/join.c b/src/join.c index b1f3310ec..3ecd66e2f 100644 --- a/src/join.c +++ b/src/join.c @@ -197,8 +197,8 @@ by whitespace. When FILE1 or FILE2 (not both) is -, read standard input.\n\ --check-order check that the input is correctly sorted, even\n\ if all input lines are pairable\n\ --nocheck-order do not check that the input is correctly sorted\n\ - --header treat first line in each file as field header line,\n\ - print them without trying to pair them.\n\ + --header treat the first line in each file as field headers,\n\ + print them without trying to pair them\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); fputs (VERSION_OPTION_DESCRIPTION, stdout); |