diff options
Diffstat (limited to 'src/base64.c')
-rw-r--r-- | src/base64.c | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/src/base64.c b/src/base64.c index 682cb913..0a400680 100644 --- a/src/base64.c +++ b/src/base64.c @@ -1,5 +1,5 @@ /* Base64 encode/decode strings or files. - Copyright (C) 2004-2012 Free Software Foundation, Inc. + Copyright (C) 2004-2013 Free Software Foundation, Inc. This file is part of Base64. @@ -60,7 +60,10 @@ usage (int status) printf (_("\ Usage: %s [OPTION]... [FILE]\n\ Base64 encode or decode FILE, or standard input, to standard output.\n\ -\n"), program_name); +"), program_name); + + emit_mandatory_arg_note (); + fputs (_("\ -d, --decode decode data\n\ -i, --ignore-garbage when decoding, ignore non-alphabet characters\n\ |