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/cp.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/cp.c') diff --git a/src/cp.c b/src/cp.c index 0cab4f5d2..6a16ba139 100644 --- a/src/cp.c +++ b/src/cp.c @@ -225,10 +225,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\ -v, --verbose explain what is being done\n\ -x, --one-file-system stay on this file system\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, sparse SOURCE files are detected by a crude heuristic and the\n\ -- cgit v1.2.3-54-g00ecf