aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/usage.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h
index 61c5c8ee3..dbee32eb2 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -4042,9 +4042,10 @@
4042 "\n -i Run as inetd subservice" \ 4042 "\n -i Run as inetd subservice" \
4043 ) 4043 )
4044 4044
4045/* "test --help" does not print help (POSIX compat), only "[ --help" does.
4046 * We display "<applet> EXPRESSION ]" here (not "<applet> EXPRESSION") */
4045#define test_trivial_usage \ 4047#define test_trivial_usage \
4046 "EXPRESSION\n" \ 4048 "EXPRESSION ]"
4047 " or [ EXPRESSION ]"
4048#define test_full_usage "\n\n" \ 4049#define test_full_usage "\n\n" \
4049 "Check file types and compares values returning an exit code\n" \ 4050 "Check file types and compares values returning an exit code\n" \
4050 "determined by the value of EXPRESSION" 4051 "determined by the value of EXPRESSION"