summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-04-04 21:55:06 +0000
committerJim Meyering <jim@meyering.net>2005-04-04 21:55:06 +0000
commit84812b110d6fc09142cf98ab2e06e186e7ce565e (patch)
treebc785595b55eec2eca16bd89e6581a91825e51f0 /src/test.c
parent97cce6e83ffc4261e8641282b6f4e720a0d5831f (diff)
downloadcoreutils-84812b110d6fc09142cf98ab2e06e186e7ce565e.tar.xz
(usage): Mention that some shells provide a built-in
function by the same name.
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/test.c b/src/test.c
index 18dd00eda..c28cf87ce 100644
--- a/src/test.c
+++ b/src/test.c
@@ -849,6 +849,9 @@ Usage: test EXPRESSION\n\
or: [ EXPRESSION ]\n\
or: [ ]\n\
or: [ OPTION\n\
+"), stdout);
+ printf (USAGE_BUILTIN_WARNING, _("test and/or ["));
+ fputs (_("\
Exit with the status determined by EXPRESSION.\n\
\n\
"), stdout);