From e3cb2a0a05e2519d03718d0889df4dd7e551d592 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 4 Apr 2005 22:30:57 +0000 Subject: (usage): Move USAGE_BUILTIN_WARNING to end of --help output. --- src/echo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/echo.c') diff --git a/src/echo.c b/src/echo.c index 703704e93..94ef2a5af 100644 --- a/src/echo.c +++ b/src/echo.c @@ -62,7 +62,6 @@ usage (int status) else { printf (_("Usage: %s [OPTION]... [STRING]...\n"), program_name); - printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); fputs (_("\ Echo the STRING(s) to standard output.\n\ \n\ @@ -95,6 +94,7 @@ If -e is in effect, the following sequences are recognized:\n\ \\t horizontal tab\n\ \\v vertical tab\n\ "), stdout); + printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); -- cgit v1.2.3-54-g00ecf