summaryrefslogtreecommitdiff
path: root/src/test.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-04-04 22:30:57 +0000
committerJim Meyering <jim@meyering.net>2005-04-04 22:30:57 +0000
commite3cb2a0a05e2519d03718d0889df4dd7e551d592 (patch)
tree158018a4a5a4bde918ee953517c77c5cfdbdcc92 /src/test.c
parentce1ecb48b7e4dc03fb333df28fadf608e67ea140 (diff)
downloadcoreutils-e3cb2a0a05e2519d03718d0889df4dd7e551d592.tar.xz
(usage): Move USAGE_BUILTIN_WARNING to end of --help output.
Diffstat (limited to 'src/test.c')
-rw-r--r--src/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.c b/src/test.c
index c28cf87ce..345ea8ac3 100644
--- a/src/test.c
+++ b/src/test.c
@@ -850,7 +850,6 @@ Usage: test 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\
@@ -926,6 +925,7 @@ Except for -h and -L, all FILE-related tests dereference symbolic links.\n\
Beware that parentheses need to be escaped (e.g., by backslashes) for shells.\n\
INTEGER may also be -l STRING, which evaluates to the length of STRING.\n\
"), stdout);
+ printf (USAGE_BUILTIN_WARNING, _("test and/or ["));
printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);