]> git.ipfire.org Git - thirdparty/util-linux.git/commit
sfdisk: (man) do not use the common 'include' for --help and --version
authorBenno Schulenberg <bensberg@telfort.nl>
Tue, 9 Sep 2025 15:12:08 +0000 (17:12 +0200)
committerKarel Zak <kzak@redhat.com>
Wed, 10 Sep 2025 08:39:14 +0000 (10:39 +0200)
commit6134498c46cdcf4954331d36ba4da87af2e35e8e
treeefd291c34394fda13b575355e125c3d1ea94f8bc
parent96ced06c80963176e305ad71c878015fc429d882
sfdisk: (man) do not use the common 'include' for --help and --version

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@gmail.com>
Signed-off-by: Benno Schulenberg <bensberg@telfort.nl>
disk-utils/sfdisk.8.adoc