From: Yu Watanabe Date: Sat, 14 Sep 2024 18:20:53 +0000 (+0900) Subject: creds: add short comment that has-tpm2 is moved X-Git-Tag: v257-rc1~444^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6c38915d351285dd269638987938046d581a9187;p=thirdparty%2Fsystemd.git creds: add short comment that has-tpm2 is moved Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6. --- diff --git a/src/creds/creds.c b/src/creds/creds.c index 5218f66eca8..3d9510c99f1 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 */ {} };