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/du.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/du.c') diff --git a/src/du.c b/src/du.c index 09ace435d..4aaf0540b 100644 --- a/src/du.c +++ b/src/du.c @@ -222,10 +222,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ line argument; --max-depth=0 is the same as\n\ --summarize\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