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/stat.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/stat.c') diff --git a/src/stat.c b/src/stat.c index e65242c14..cd63fe203 100644 --- a/src/stat.c +++ b/src/stat.c @@ -304,10 +304,8 @@ Display file or filesystem status.\n\ -f, --filesystem display filesystem status instead of file status\n\ -t, --terse print the information in terse form\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); puts (_("\nReport bugs to .")); } exit (status); -- cgit v1.2.3-54-g00ecf