From 82d0bfe59a450760f4a5591c120f56d9f48ee511 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mario=20Bl=C3=A4ttermann?= Date: Wed, 3 Sep 2025 20:23:49 +0200 Subject: [PATCH] sfdisk.8.adoc: Replace --help and --version with external entity sfdisk.8.adoc still had the literal --help and --version options, in contrary to all other .adoc files, which have the man-common/help-version.adoc entity. --- disk-utils/sfdisk.8.adoc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/disk-utils/sfdisk.8.adoc b/disk-utils/sfdisk.8.adoc index 99849a638..01bcfbfff 100644 --- a/disk-utils/sfdisk.8.adoc +++ b/disk-utils/sfdisk.8.adoc @@ -239,11 +239,7 @@ 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. -*-h*, *--help*:: -Display help text and exit. - -*-v*, *--version*:: -Display version and exit. +include::man-common/help-version.adoc[] == INPUT FORMATS -- 2.47.3