* src/base64 (usage): Use HELP_OPTION_DESCRIPTION and
VERSION_OPTION_DESCRIPTION macros, not literal strings.
-i, --ignore-garbage When decoding, ignore non-alphabet characters.\n\
\n\
"), stdout);
- fputs (_("\
- --help Display this help and exit.\n\
- --version Output version information and exit.\n"), stdout);
+ fputs (HELP_OPTION_DESCRIPTION, stdout);
+ fputs (VERSION_OPTION_DESCRIPTION, stdout);
fputs (_("\
\n\
With no FILE, or when FILE is -, read standard input.\n"), stdout);