summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 \