summaryrefslogtreecommitdiffstats
path: root/disk-utils/sfdisk.8
diff options
context:
space:
mode:
authorBenno Schulenberg2016-03-08 10:07:45 +0100
committerKarel Zak2016-03-08 14:21:55 +0100
commit589b69316c481801c2ba6ff464005e7c2233097e (patch)
tree730ea00e9ae75c7f483fede359acc688f465ece2 /disk-utils/sfdisk.8
parentfdisk, sfdisk: adjust some formatting in the man pages (diff)
downloadkernel-qcow2-util-linux-589b69316c481801c2ba6ff464005e7c2233097e.tar.gz
kernel-qcow2-util-linux-589b69316c481801c2ba6ff464005e7c2233097e.tar.xz
kernel-qcow2-util-linux-589b69316c481801c2ba6ff464005e7c2233097e.zip
fdisk, sfdisk: adjust the wording of the --wipe option
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>
Diffstat (limited to 'disk-utils/sfdisk.8')
-rw-r--r--disk-utils/sfdisk.813
1 files changed, 7 insertions, 6 deletions
diff --git a/disk-utils/sfdisk.8 b/disk-utils/sfdisk.8
index b8cacee07..52b1b3457 100644
--- a/disk-utils/sfdisk.8
+++ b/disk-utils/sfdisk.8
@@ -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.