From 84812b110d6fc09142cf98ab2e06e186e7ce565e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Apr 2005 21:55:06 +0000 Subject: (usage): Mention that some shells provide a built-in function by the same name. --- src/test.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test.c') 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); -- cgit v1.2.3-54-g00ecf