From bfbd7ac96a44c7ba6d8e325c3c37635f3f160b20 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Mon, 15 Apr 2024 12:05:59 +0200 Subject: [PATCH] =?UTF-8?q?creds:=20update=20--help=20text=20regarding=20t?= =?UTF-8?q?pm2-absent=20=E2=86=92=20null=20rename?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This was forgotten when "tpm2-absent" was renamed to "null". Follow-up-for: 6d78dc282721b3b40e8474222ff8c6e0aebb6d10 --- src/creds/creds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"