Skip to content

Commit

Permalink
Add -v and -o switches
Browse files Browse the repository at this point in the history
Add -v and -o switches to the mkfs.btrfs man page.

Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it>
  • Loading branch information
kreijack committed Dec 15, 2014
1 parent 5344ca8 commit 44fc803
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Documentation/mkfs.btrfs.txt
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,16 @@ $$[-l|--leafsize <leafsize>]$$
$$[-L|--label <label>]$$
$$[-m|--metadata <metadata profile>]$$
$$[-M|--mixed]$$
$$[-q|--quiet]$$
$$[-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
Expand Down Expand Up @@ -120,6 +123,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.

Expand Down

0 comments on commit 44fc803

Please sign in to comment.