summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1993-03-29 05:09:09 +0000
committerJim Meyering <jim@meyering.net>1993-03-29 05:09:09 +0000
commit80f8bd8e8c5f610143a929dc5f9eeedb02db7aec (patch)
tree2938b5193deb43c8f7172f70e330872f81df26bd /src/df.c
parenteb652720df63b7cb5a7b1eaf51dc05445a545c66 (diff)
downloadcoreutils-80f8bd8e8c5f610143a929dc5f9eeedb02db7aec.tar.xz
merge with 3.4.1
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 88f7d043d..994987f3f 100644
--- a/src/df.c
+++ b/src/df.c
@@ -442,7 +442,7 @@ usage ()
{
fprintf (stderr, "\
Usage: %s [-aikPv] [-t fstype] [-x fstype] [--all] [--inodes]\n\
-\t[--type fstype] [--exclude-type fstype] [--kilobytes] [--portability]\n\
+\t[--type=fstype] [--exclude-type=fstype] [--kilobytes] [--portability]\n\
\t[path...]\n",
program_name);
exit (1);