Message ID | 1418847252-14184-9-git-send-email-kreijack@inwind.it (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/Documentation/mkfs.btrfs.txt b/Documentation/mkfs.btrfs.txt index ba7e42b..67b546a 100644 --- a/Documentation/mkfs.btrfs.txt +++ b/Documentation/mkfs.btrfs.txt @@ -21,9 +21,11 @@ $$[-s|--sectorsize <sectorsize>]$$ $$[-r|--rootdir <rootdir>]$$ $$[-K|--nodiscard]$$ $$[-O|--features <feature1>[,<feature2>...]]$$ +$$[-q|--quiet]$$ $$[-U|--uuid <UUID>]$$ $$[-h]$$ $$[-V|--version]$$ +$$[-v|--verbose]$$ $$<device> [<device>...]$$ DESCRIPTION @@ -120,6 +122,12 @@ the system. -V|--version:: Print the *mkfs.btrfs* version and exit. +-v|--verbose:: +Increase the verbosity of the command. + +-q|--quiet:: +Print only the errors. + -h:: Print help.
Add -v and -q switches to the mkfs.btrfs man page. These information will be printed by a next patch in the summary. Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it> --- Documentation/mkfs.btrfs.txt | 8 ++++++++ 1 file changed, 8 insertions(+)