help text: test --help doesnt print it (by design),
so do not account for it
This commit is contained in:
parent
395410b748
commit
84c8daa11f
@ -4042,9 +4042,10 @@
|
|||||||
"\n -i Run as inetd subservice" \
|
"\n -i Run as inetd subservice" \
|
||||||
)
|
)
|
||||||
|
|
||||||
|
/* "test --help" does not print help (POSIX compat), only "[ --help" does.
|
||||||
|
* We display "<applet> EXPRESSION ]" here (not "<applet> EXPRESSION") */
|
||||||
#define test_trivial_usage \
|
#define test_trivial_usage \
|
||||||
"EXPRESSION\n" \
|
"EXPRESSION ]"
|
||||||
" or [ EXPRESSION ]"
|
|
||||||
#define test_full_usage "\n\n" \
|
#define test_full_usage "\n\n" \
|
||||||
"Check file types and compares values returning an exit code\n" \
|
"Check file types and compares values returning an exit code\n" \
|
||||||
"determined by the value of EXPRESSION"
|
"determined by the value of EXPRESSION"
|
||||||
|
Loading…
Reference in New Issue
Block a user