summaryrefslogtreecommitdiff
path: root/src/system.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-04-04 21:51:30 +0000
committerJim Meyering <jim@meyering.net>2005-04-04 21:51:30 +0000
commit97cce6e83ffc4261e8641282b6f4e720a0d5831f (patch)
tree9bc2407684192af8a6a648a6526c7e7b1835d768 /src/system.h
parentcf6866dd8b4378ee81773cedecce5e8720dc6b62 (diff)
downloadcoreutils-97cce6e83ffc4261e8641282b6f4e720a0d5831f.tar.xz
(USAGE_BUILTIN_WARNING): New macro.
Diffstat (limited to 'src/system.h')
-rw-r--r--src/system.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/system.h b/src/system.h
index fb8152536..19f699fa5 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 \