1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-20 10:51:48 +02:00

(usage): Document "test" (with no args) and "[ ]".

This commit is contained in:
Paul Eggert
2004-09-09 03:53:54 +00:00
parent bf5a0f1dcb
commit 47358fd2de

View File

@@ -834,7 +834,9 @@ usage (int status)
{
fputs (_("\
Usage: test EXPRESSION\n\
or: test\n\
or: [ EXPRESSION ]\n\
or: [ ]\n\
or: [ OPTION\n\
Exit with the status determined by EXPRESSION.\n\
\n\
@@ -843,6 +845,7 @@ Exit with the status determined by EXPRESSION.\n\
fputs (VERSION_OPTION_DESCRIPTION, stdout);
fputs (_("\
\n\
An omitted EXPRESSION defaults to false. Otherwise,\n\
EXPRESSION is true or false and sets exit status. It is one of:\n\
"), stdout);
fputs (_("\