summaryrefslogtreecommitdiff
path: root/src/printf.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/printf.c
parentce1ecb48b7e4dc03fb333df28fadf608e67ea140 (diff)
downloadcoreutils-e3cb2a0a05e2519d03718d0889df4dd7e551d592.tar.xz
(usage): Move USAGE_BUILTIN_WARNING to end of --help output.
Diffstat (limited to 'src/printf.c')
-rw-r--r--src/printf.c2
1 files changed, 1 insertions, 1 deletions
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);