From: Frantisek Sumsal Date: Wed, 25 Oct 2023 16:04:26 +0000 (+0200) Subject: tpm2-setup: drop the COMMAND placeholder from the help X-Git-Tag: v255-rc1~139^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=181a80e602c6a4884bc34bcc0266981f87f7e39d;p=thirdparty%2Fsystemd.git tpm2-setup: drop the COMMAND placeholder from the help Since systemd-tpm2-setup doesn't expect any arguments. --- diff --git a/src/tpm2-setup/tpm2-setup.c b/src/tpm2-setup/tpm2-setup.c index ebb956ab214..2f23fb162de 100644 --- a/src/tpm2-setup/tpm2-setup.c +++ b/src/tpm2-setup/tpm2-setup.c @@ -32,7 +32,7 @@ static int help(int argc, char *argv[], void *userdata) { if (r < 0) return log_oom(); - printf("%1$s [OPTIONS...] COMMAND\n" + printf("%1$s [OPTIONS...]\n" "\n%5$sSet up the TPM2 Storage Root Key (SRK).%6$s\n" "\n%3$sOptions:%4$s\n" " -h --help Show this help\n"