From c27d89f959fa1ace47e03517d037477ce7f7de96 Mon Sep 17 00:00:00 2001 From: Eric Sandeen Date: Wed, 13 Mar 2013 10:37:27 -0500 Subject: btrfs-progs: document force option in mkfs usage(); add long opt I missed updating the mkfs.btrfs usage() when I added the option to force fs overwrite. Update that, and while we're at it add a long option, since all other commands have long counterparts. Signed-off-by: Eric Sandeen --- man/mkfs.btrfs.8.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/mkfs.btrfs.8.in b/man/mkfs.btrfs.8.in index 41163e03..531e00ad 100644 --- a/man/mkfs.btrfs.8.in +++ b/man/mkfs.btrfs.8.in @@ -39,7 +39,7 @@ mkfs.btrfs uses all the available storage for the filesystem. Specify how the data must be spanned across the devices specified. Valid values are raid0, raid1, raid10 or single. .TP -\fB\-f\fR +\fB\-f\fR, \fB\-\-force\fR Force overwrite when an existing filesystem is detected on the device. By default, mkfs.btrfs will not write to the device if it suspects that there is a filesystem or partition table on the device already. -- cgit v1.2.3