From afa12bc91246072ba505a8a1d57eba1486f33ee2 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 1 Dec 2001 17:21:56 +0000 Subject: (usage): Use new macros, EMIT_HELP_DESCRIPTION and EMIT_VERSION_DESCRIPTION instead of hard-coding --help and --version descriptions. --- src/cut.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/cut.c') diff --git a/src/cut.c b/src/cut.c index 206bbd293..24e95d646 100644 --- a/src/cut.c +++ b/src/cut.c @@ -191,10 +191,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ --output-delimiter=STRING use STRING as the output delimiter\n\ the default is to use the input delimiter\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); fputs (_("\ \n\ Use one, and only one of -b, -c or -f. Each LIST is made up of one\n\ -- cgit v1.2.3-54-g00ecf