diff options
author | Jim Meyering <jim@meyering.net> | 2005-10-15 08:34:48 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2005-10-15 08:34:48 +0000 |
commit | 22449f0d02804d463c418030c8571f6e6b487c12 (patch) | |
tree | 6c685c9eff94538da8d20be2783ee9dd4052d7b2 /doc | |
parent | 5e3bd569776f8b58173977f55ff636c4d20776bd (diff) | |
download | coreutils-22449f0d02804d463c418030c8571f6e6b487c12.tar.xz |
(du invocation): Document du's -m option, now that we've decided to keep it.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/coreutils.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/coreutils.texi b/doc/coreutils.texi index 3f598a348..34e93b485 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -9004,6 +9004,13 @@ Dereference symbolic links (show the disk space used by the file or directory that the link points to instead of the space used by the link). +@item -m +@opindex -m +@cindex mebibytes for file sizes +Print sizes in 1,048,576-byte blocks, overriding the default block size +(@pxref{Block size}). +This option is equivalent to @option{--block-size=1M}. + @item -P @itemx --no-dereference @opindex -P |