From 6c38915d351285dd269638987938046d581a9187 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Sun, 15 Sep 2024 03:20:53 +0900 Subject: [PATCH] creds: add short comment that has-tpm2 is moved Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6. --- 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 5218f66eca..3d9510c99f 100644 --- a/src/creds/creds.c +++ b/src/creds/creds.c @@ -1046,7 +1046,7 @@ static int creds_main(int argc, char *argv[]) { { "decrypt", 2, 3, 0, verb_decrypt }, { "setup", VERB_ANY, 1, 0, verb_setup }, { "help", VERB_ANY, 1, 0, verb_help }, - { "has-tpm2", VERB_ANY, 1, 0, verb_has_tpm2 }, + { "has-tpm2", VERB_ANY, 1, 0, verb_has_tpm2 }, /* for backward compatibility */ {} }; -- 2.25.1