mirror of
git://git.sv.gnu.org/coreutils
synced 2026-05-16 20:07:18 -04:00
base64: use *_OPTION_DESCRIPTION macros instead of hard-coded strings
* src/base64 (usage): Use HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION macros, not literal strings.
This commit is contained in:
committed by
Jim Meyering
parent
5519ba24b5
commit
bf01ac3004
+2
-3
@@ -68,9 +68,8 @@ Base64 encode or decode FILE, or standard input, to standard output.\n\
|
||||
-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);
|
||||
|
||||
Reference in New Issue
Block a user