summaryrefslogtreecommitdiff
path: root/src/base64.c
diff options
context:
space:
mode:
authorPádraig Brady <P@draigBrady.com>2010-02-10 17:05:34 +0000
committerPádraig Brady <P@draigBrady.com>2010-02-11 08:01:15 +0000
commit45b46f4951758e6d3564537bbc8535cf76e9114a (patch)
treec2bc645e539bc3f1bbcc24dbbcf7036ab2991b1a /src/base64.c
parent9f650d0870a864f2a109e5ddb9b6f0bee06ecafd (diff)
downloadcoreutils-45b46f4951758e6d3564537bbc8535cf76e9114a.tar.xz
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/base64.c')
-rw-r--r--src/base64.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/base64.c b/src/base64.c
index dde54459c..ce58f2fdb 100644
--- a/src/base64.c
+++ b/src/base64.c
@@ -61,11 +61,10 @@ Usage: %s [OPTION]... [FILE]\n\
Base64 encode or decode FILE, or standard input, to standard output.\n\
\n"), program_name);
fputs (_("\
+ -d, --decode Decode data\n\
+ -i, --ignore-garbage When decoding, ignore non-alphabet characters\n\
-w, --wrap=COLS Wrap encoded lines after COLS character (default 76).\n\
- Use 0 to disable line wrapping.\n\
-\n\
- -d, --decode Decode data.\n\
- -i, --ignore-garbage When decoding, ignore non-alphabet characters.\n\
+ Use 0 to disable line wrapping\n\
\n\
"), stdout);
fputs (HELP_OPTION_DESCRIPTION, stdout);