diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-14 20:20:53 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2024-09-14 20:22:04 +0200 |
commit | 6c38915d351285dd269638987938046d581a9187 (patch) | |
tree | 8c0b94dc4f12ea57650d4c4aafba06ee63245b60 /src/creds | |
parent | creds: align table (diff) | |
download | systemd-6c38915d351285dd269638987938046d581a9187.tar.xz systemd-6c38915d351285dd269638987938046d581a9187.zip |
creds: add short comment that has-tpm2 is moved
Follow-up for 58e359604ffdca12bb4d2c5807b96e070611c0f6.
Diffstat (limited to 'src/creds')
-rw-r--r-- | src/creds/creds.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ {} }; |