diff options
author | David Sterba <dsterba@suse.cz> | 2014-05-19 17:08:56 +0200 |
---|---|---|
committer | David Sterba <dsterba@suse.cz> | 2014-05-19 17:52:51 +0200 |
commit | 7ba6e8a22d20d73576fd6838219036dc52eb7fa3 (patch) | |
tree | 9442afb04d3b420a13501fc5dcee33c0c3c69b3f /Documentation/mkfs.btrfs.txt | |
parent | af0d2f88959d41488a83df4237e0c1f4c65836ed (diff) |
btrfs-progs: doc: fix argument notation and typos
All user-supplied values should be enclosed in <...> to distinguish
them from verbatim strings.
Signed-off-by: David Sterba <dsterba@suse.cz>
Diffstat (limited to 'Documentation/mkfs.btrfs.txt')
-rw-r--r-- | Documentation/mkfs.btrfs.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/mkfs.btrfs.txt b/Documentation/mkfs.btrfs.txt index 7ce00961..95098328 100644 --- a/Documentation/mkfs.btrfs.txt +++ b/Documentation/mkfs.btrfs.txt @@ -20,7 +20,7 @@ $$[-M|--mixed]$$ $$[-s|--sectorsize <sectorsize>]$$ $$[-r|--rootdir <rootdir>]$$ $$[-K|--nodiscard]$$ -$$[-O|--features <feature1>[<,feature2...>]]$$ +$$[-O|--features <feature1>[,<feature2>...]]$$ $$[-h]$$ $$[-V|--version]$$ $$<device> [<device>...]$$ |