[PATCH] sfdisk: (man) do not use the common 'include' for --help and --version
Benno Schulenberg <[email protected]> Tue, 9 Sep 2025 10:56:09 +0200
| Newsgroups | org.kernel.vger.util-linux |
|---|---|
| Message-ID | <[email protected]> |
Anomalously, `sfdisk` uses -v for --version instead of the standard uppercase -V. In `sfdisk` -V means --verify. This reverts commit 82d0bfe59a from last week. CC: Mario Blättermann <[email protected]> Signed-off-by: Benno Schulenberg <[email protected]> --- disk-utils/sfdisk.8.adoc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/disk-utils/sfdisk.8.adoc b/disk-utils/sfdisk.8.adoc index 01bcfbfff..99849a638 100644 --- a/disk-utils/sfdisk.8.adoc +++ b/disk-utils/sfdisk.8.adoc @@ -239,7 +239,11 @@ 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. == INPUT FORMATS -- 2.51.0