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/printf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/printf.c') diff --git a/src/printf.c b/src/printf.c index 57ff2c50c..32dbd94c5 100644 --- a/src/printf.c +++ b/src/printf.c @@ -101,7 +101,6 @@ Usage: %s FORMAT [ARGUMENT]...\n\ or: %s OPTION\n\ "), program_name, program_name); - printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); fputs (_("\ Print ARGUMENT(s) according to FORMAT.\n\ \n\ @@ -141,6 +140,7 @@ FORMAT controls the output as in C printf. Interpreted sequences are:\n\ and all C format specifications ending with one of diouxXfeEgGcs, with\n\ ARGUMENTs converted to proper type first. Variable widths are handled.\n\ "), stdout); + printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME); printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT); } exit (status); -- cgit v1.2.3-54-g00ecf