Anomalously, `sfdisk` uses -v for --version instead of the standard uppercase -V. In `sfdisk` -V means --verify. This effectively reverts commit 82d0bfe59a from last week, and adds a comment to try and prevent the mistake in the future. CC: Mario Blättermann <mario.blaettermann@xxxxxxxxx> Signed-off-by: Benno Schulenberg <bensberg@xxxxxxxxxx> --- disk-utils/sfdisk.8.adoc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/disk-utils/sfdisk.8.adoc b/disk-utils/sfdisk.8.adoc index 01bcfbfff..7d5db422e 100644 --- a/disk-utils/sfdisk.8.adoc +++ b/disk-utils/sfdisk.8.adoc @@ -239,7 +239,13 @@ Wipe filesystem, RAID and partition-table signatures from the device, in order t *-W*, *--wipe-partitions* _when_:: Wipe filesystem, RAID and partition-table signatures from a newly created partition, in order to avoid possible collisions. The argument _when_ can be *auto*, *never* or *always*. When this option is not given, the default is *auto*, in which case signatures are wiped only when in interactive mode and after confirmation by user. In all cases detected signatures are reported by warning messages after a new partition is created. See also *wipefs*(8) command. -include::man-common/help-version.adoc[] +*-h*, *--help*:: +Display help text and exit. + +*-v*, *--version*:: +Display version and exit. + +// Do not include::man-common/help-version.adoc[], as -V is not --version. == INPUT FORMATS -- 2.51.0