]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
repart,measure: reword help descriptions
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 8 May 2024 10:57:33 +0000 (12:57 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 8 May 2024 13:13:14 +0000 (15:13 +0200)
This is a follow-up/extension for ec361ea9ce0344321a6877d4d69a85db0c5bca4a.

src/boot/measure.c
src/partition/repart.c

index 8c201de0f00621d315cfb7250c2695e75f9e18f1..a6d27a712a4cf6568c41ee6fe26b4353faeb1880 100644 (file)
@@ -80,8 +80,8 @@ static int help(int argc, char *argv[], void *userdata) {
                "     --tpm2-device=PATH  Use specified TPM2 device\n"
                "     --private-key=KEY   Private key (PEM) to sign with\n"
                "     --private-key-source=file|provider:PROVIDER|engine:ENGINE\n"
-               "                         Specify how to use the --private-key=. Allows one to use\n"
-               "                         an OpenSSL engine/provider when signing\n"
+               "                         Specify how to use KEY for --private-key=. Allows\n"
+               "                         an OpenSSL engine/provider to be used for signing\n"
                "     --public-key=KEY    Public key (PEM) to validate against\n"
                "     --certificate=PATH  PEM certificate to use when signing with a URI\n"
                "     --json=MODE         Output as JSON\n"
index b50b9b6206a5cf9bf76233276d6ee64d07c6f613..4196576daa97534f9e52b6eb808c79d650365801 100644 (file)
@@ -6918,11 +6918,11 @@ static int help(void) {
                "     --private-key=PATH|URI\n"
                "                          Private key to use when generating verity roothash\n"
                "                          signatures, or an engine or provider specific\n"
-               "                          designation if --private-key-source= is used.\n"
+               "                          designation if --private-key-source= is used\n"
                "     --private-key-source=file|provider:PROVIDER|engine:ENGINE\n"
-               "                          Specify how to use the --private-key=. Allows one to\n"
-               "                          use an OpenSSL engine/provider when generating\n"
-               "                          verity roothash signatures\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"
                "     --certificate=PATH   PEM certificate to use when generating verity\n"
                "                          roothash signatures\n"
                "     --tpm2-device=PATH   Path to TPM2 device node to use\n"