summaryrefslogtreecommitdiff
path: root/Documentation/btrfs-filesystem.txt
diff options
context:
space:
mode:
authorDavid Sterba <dsterba@suse.cz>2014-11-04 18:22:51 +0100
committerDavid Sterba <dsterba@suse.cz>2014-11-04 18:22:51 +0100
commit0287f03a8cd1309093d80dfe2da2e1d7acadd9ec (patch)
tree4ef7ab3791344824b4f496718a3f31a0af202ef5 /Documentation/btrfs-filesystem.txt
parentcafacda441120976105d01c07286e843cb7cbb94 (diff)
btrfs-progs: use the correct SI prefixes
The SI standard defines lowercase 'k' and uppercase for the rest. Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation/btrfs-filesystem.txt')
-rw-r--r--Documentation/btrfs-filesystem.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/btrfs-filesystem.txt b/Documentation/btrfs-filesystem.txt
index 6e63d2c9..a8f2972a 100644
--- a/Documentation/btrfs-filesystem.txt
+++ b/Documentation/btrfs-filesystem.txt
@@ -35,11 +35,11 @@ select the 1000 base for the following options, according to the SI standard
-k|--kbytes::::
show sizes in KiB, or kB with --si
-m|--mbytes::::
-show sizes in MiB, or mB with --si
+show sizes in MiB, or MB with --si
-g|--gbytes::::
-show sizes in GiB, or gB with --si
+show sizes in GiB, or GB with --si
-t|--tbytes::::
-show sizes in TiB, or tB with --si
+show sizes in TiB, or TB with --si
If conflicting options are passed, the last one takes precedence.