]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(du invocation): Document du's -m option, now that we've decided to keep it.
authorJim Meyering <jim@meyering.net>
Sat, 15 Oct 2005 08:34:48 +0000 (08:34 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 15 Oct 2005 08:34:48 +0000 (08:34 +0000)
doc/coreutils.texi

index 3f598a34804b435c6607dbbd021db65f9b37ca82..34e93b485587e8fc45345146dcf3d6a0301ecff7 100644 (file)
@@ -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