]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
fdisk, sfdisk: adjust the wording of the --wipe option
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 8 Mar 2016 09:07:45 +0000 (10:07 +0100)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Mar 2016 13:21:55 +0000 (14:21 +0100)
Use "when" as argument, to match the argument of --color,
that can have the same three values.

Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
disk-utils/fdisk.8
disk-utils/sfdisk.8

index 49401e5e87f7b5b91d72575962b4267b6fbb1483..89e3153e14c21e702259d018545a72bb75258976 100644 (file)
@@ -119,12 +119,13 @@ Specify the number of sectors per track of the disk.
 partition tables.) A reasonable value is 63.
 
 .TP
-\fB\-w\fR, \fB\-\-wipe\fR \fImode\fR
-Wipe filesystems, RAIDs and partition tables signatures from the device, in
-order to avoid possible collisions.  The \fImode\fR can be \fBauto\fR,
-\fBnever\fR or \fBalways\fR.  The default is \fBauto\fR, in this case signatures
-are wiped in the interactive mode only, in all cases detected signatures are
-reported by warning message before a new partition table is created. See also
+\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.
 
index b8cacee075cc475692d2bac33546c2736e83f85d..52b1b3457627b2e2ed50c903155de4a0f955fa91 100644 (file)
@@ -210,12 +210,13 @@ Force editing of a nested disk label.  The primary disk label has to exist alrea
 This option allows to edit for example a hybrid/protective MBR on devices with GPT.
 
 .TP
-.BR -w , " \-\-wipe "\fImode
-Wipe filesystems, RAIDs and partition tables signatures from the device, in
-order to avoid possible collisions.  The \fImode\fR can be \fBauto\fR,
-\fBnever\fR or \fBalways\fR.  The default is \fBauto\fR, in this case signatures
-are wiped in the interactive mode only, in all cases detected signatures are
-reported by warning message before a new partition table is created. See also
+.BR -w , " \-\-wipe "\fIwhen
+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.