From: Zbigniew Jędrzejewski-Szmek Date: Sat, 11 May 2024 11:10:14 +0000 (+0200) Subject: repart: remove duplicate word in --help X-Git-Tag: v256-rc3~53 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1cd53a1f91653a4b4565ba2073263ad1bbf88a48;p=thirdparty%2Fsystemd.git repart: remove duplicate word in --help My bad; follow-up for 4955d2e36706bba9ba6595b0c5babb8f17f13465. --- diff --git a/src/partition/repart.c b/src/partition/repart.c index 45f0ab15b5a..b6c055f36f4 100644 --- a/src/partition/repart.c +++ b/src/partition/repart.c @@ -6921,8 +6921,8 @@ static int help(void) { " designation if --private-key-source= is used\n" " --private-key-source=file|provider:PROVIDER|engine:ENGINE\n" " Specify how to use KEY for --private-key=. Allows\n" - " an OpenSSL engine/provider to be used for when\n" - " generating verity roothash signatures\n" + " an OpenSSL engine/provider to be used when generating\n" + " verity roothash signatures\n" " --certificate=PATH PEM certificate to use when generating verity\n" " roothash signatures\n" " --tpm2-device=PATH Path to TPM2 device node to use\n"