From: Lennart Poettering Date: Mon, 15 Apr 2024 10:05:59 +0000 (+0200) Subject: creds: update --help text regarding tpm2-absent → null rename X-Git-Tag: v256-rc1~185 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bfbd7ac96a44c7ba6d8e325c3c37635f3f160b20;p=thirdparty%2Fsystemd.git creds: update --help text regarding tpm2-absent → null rename This was forgotten when "tpm2-absent" was renamed to "null". Follow-up-for: 6d78dc282721b3b40e8474222ff8c6e0aebb6d10 --- diff --git a/src/creds/creds.c b/src/creds/creds.c index 9039c99d043..c1ab0e60d77 100644 --- a/src/creds/creds.c +++ b/src/creds/creds.c @@ -726,7 +726,7 @@ static int verb_help(int argc, char **argv, void *userdata) { " --timestamp=TIME Include specified timestamp in encrypted credential\n" " --not-after=TIME Include specified invalidation time in encrypted\n" " credential\n" - " --with-key=host|tpm2|host+tpm2|tpm2-absent|auto|auto-initrd\n" + " --with-key=host|tpm2|host+tpm2|null|auto|auto-initrd\n" " Which keys to encrypt with\n" " -H Shortcut for --with-key=host\n" " -T Shortcut for --with-key=tpm2\n"