From 97cce6e83ffc4261e8641282b6f4e720a0d5831f Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Apr 2005 21:51:30 +0000 Subject: [PATCH] (USAGE_BUILTIN_WARNING): New macro. --- src/system.h | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/system.h b/src/system.h index fb81525362..19f699fa59 100644 --- a/src/system.h +++ b/src/system.h @@ -611,6 +611,15 @@ enum usage (EXIT_SUCCESS); \ break; +/* Program_name must be a literal string. + Usually it is just PROGRAM_NAME. */ +#define USAGE_BUILTIN_WARNING \ + _("\n" \ +"NOTE: your shell may have its own version of %s, which usually supersedes\n" \ +"the version described here. Please refer to your shell's documentation\n" \ +"for details about the options it supports.\n" \ +"\n") + #define HELP_OPTION_DESCRIPTION \ _(" --help display this help and exit\n") #define VERSION_OPTION_DESCRIPTION \ -- 2.47.3