diff options
author | Jim Meyering <jim@meyering.net> | 2001-12-01 17:21:56 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-12-01 17:21:56 +0000 |
commit | afa12bc91246072ba505a8a1d57eba1486f33ee2 (patch) | |
tree | 35303eb9fadd6825b784b6989aa30ceb6971abb2 /src/paste.c | |
parent | c0f45e1e438519da401714ab98a6c30d3aa7c241 (diff) | |
download | coreutils-afa12bc91246072ba505a8a1d57eba1486f33ee2.tar.xz |
(usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION
instead of hard-coding --help and --version descriptions.
Diffstat (limited to 'src/paste.c')
-rw-r--r-- | src/paste.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/src/paste.c b/src/paste.c index f8ef2ddb2..cc802d4d6 100644 --- a/src/paste.c +++ b/src/paste.c @@ -417,10 +417,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -d, --delimiters=LIST reuse characters from LIST instead of TABs\n\ -s, --serial paste one file at a time instead of in parallel\n\ "), stdout); - fputs (_("\ - --help display this help and exit\n\ - --version output version information and exit\n\ -"), stdout); + EMIT_HELP_DESCRIPTION (stdout); + EMIT_VERSION_DESCRIPTION (stdout); /* FIXME: add a couple of examples. */ fputs (_("\ \n\ |