summaryrefslogtreecommitdiff
path: root/src/df.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1996-04-24 05:04:44 +0000
committerJim Meyering <jim@meyering.net>1996-04-24 05:04:44 +0000
commit25f22cdc5d96cb058c6fa9f6a54ae52d7c9d96cc (patch)
tree3acadabf9ba415d3555ce404575b487df5a9d07c /src/df.c
parentaf781b708cccd630632728196978589e08f8b010 (diff)
downloadcoreutils-25f22cdc5d96cb058c6fa9f6a54ae52d7c9d96cc.tar.xz
Be consistent. Accept --human-readable, not --human.
(usage): Reflect the change.
Diffstat (limited to 'src/df.c')
-rw-r--r--src/df.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/df.c b/src/df.c
index c018dc3f0..a38339e0b 100644
--- a/src/df.c
+++ b/src/df.c
@@ -128,7 +128,7 @@ static struct option const long_options[] =
{
{"all", no_argument, &show_all_fs, 1},
{"inodes", no_argument, &inode_format, 1},
- {"human", no_argument, 0, 'h'},
+ {"human-readable", no_argument, 0, 'h'},
{"kilobytes", no_argument, 0, 'k'},
{"megabytes", no_argument, 0, 'm'},
{"portability", no_argument, &posix_format, 1},
@@ -645,7 +645,7 @@ Show information about the filesystem on which each FILE resides,\n\
or all filesystems by default.\n\
\n\
-a, --all include filesystems having 0 blocks\n\
- -h, --human print sizes in human readable format (e.g. 1K 234M 2G)\n\
+ -h, --human-readable print sizes in human readable format (e.g. 1K 234M 2G)\n\
-i, --inodes list inode information instead of block usage\n\
-k, --kilobytes use 1024-byte blocks, not 512 despite POSIXLY_CORRECT\n\
-m, --megabytes use 1024K-byte blocks, not 512 despite POSIXLY_CORRECT\n\