summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-04-04 14:41:38 +0000
committerJim Meyering <jim@meyering.net>1993-04-04 14:41:38 +0000
commita92a94f719519ab5a06a2b704c656de9b4c4dc1c (patch)
tree0539f01dbe189f038925e9fb4e5bd111df213c12 /src/df.c
parentdc932e0a18cfa5a754dbfae62457d8ed7fffa2e7 (diff)
downloadcoreutils-a92a94f719519ab5a06a2b704c656de9b4c4dc1c.tar.xz
(usage): Mention --help and --version.
(main): Handle flag_help and flag_version before checking for invocation errors.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/df.c b/src/df.c
index bdc834cac..af74503eb 100644
--- a/src/df.c
+++ b/src/df.c
@@ -458,7 +458,7 @@ usage ()
fprintf (stderr, "\
Usage: %s [-aikPv] [-t fstype] [-x fstype] [--all] [--inodes]\n\
\t[--type=fstype] [--exclude-type=fstype] [--kilobytes] [--portability]\n\
-\t[path...]\n",
+\t[--help] [--version] [path...]\n",
program_name);
exit (1);
}