]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk: add to the man page missing option
authorKarel Zak <kzak@redhat.com>
Tue, 9 May 2017 11:05:26 +0000 (13:05 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 9 May 2017 11:05:26 +0000 (13:05 +0200)
Signed-off-by: Karel Zak <kzak@redhat.com>
disk-utils/fdisk.8

index 1706b928f45c5eb45b5327ef3aed740b3c60b4d8..91c6b6f84da844618cbbc3f2a7197e3af9035570 100644 (file)
@@ -120,6 +120,17 @@ partition tables.) A reasonable value is 63.
 
 .TP
 \fB\-w\fR, \fB\-\-wipe\fR \fIwhen\fR
+Wipe filesystem, RAID and partition-table signatures from the device, in order
+to avoid possible collisions.  The argument \fIwhen\fR can be \fBauto\fR,
+\fBnever\fR or \fBalways\fR.  When this option is not given, the default is
+\fBauto\fR, in which case signatures are wiped only when in interactive mode.
+In all cases detected signatures are reported by warning messages
+before a new partition table is created.  See also
+.BR wipefs (8)
+command.
+
+.TP
+\fB\-W\fR, \fB\-\-wipe-partition\fR \fIwhen\fR
 Wipe filesystem, RAID and partition-table signatures from a newly created
 partitions, in order to avoid possible collisions.  The argument \fIwhen\fR can
 be \fBauto\fR, \fBnever\fR or \fBalways\fR.  When this option is not given, the