summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c
index 3b3d3a4d0..e5a7a6907 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -678,7 +678,6 @@ usage (int status)
else
{
printf (_("Usage: %s [OPTION] FILE...\n"), program_name);
- printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME);
fputs (_("\
Display file or file system status.\n\
\n\
@@ -746,6 +745,7 @@ Valid format sequences for file systems:\n\
%t Type in hex\n\
%T Type in human readable form\n\
"), stdout);
+ printf (USAGE_BUILTIN_WARNING, PROGRAM_NAME);
printf (_("\nReport bugs to <%s>.\n"), PACKAGE_BUGREPORT);
}
exit (status);