From f3ac2e783982387442dbd13cc30df0f41d52c779 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 2 Dec 2001 22:26:57 +0000 Subject: Use new macros, HELP_OPTION_DESCRIPTION and VERSION_OPTION_DESCRIPTION instead of hard-coding --help and --version descriptions. --- src/ls.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/ls.c') diff --git a/src/ls.c b/src/ls.c index faea02e34..2416e1e2f 100644 --- a/src/ls.c +++ b/src/ls.c @@ -3667,10 +3667,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -X sort alphabetically by entry extension\n\ -1 list one file per line\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\ By default, color is not used to distinguish types of files. That is\n\ -- cgit v1.2.3-54-g00ecf