diff options
author | Sam James <sam@gentoo.org> | 2022-12-21 23:36:25 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-12-21 23:36:25 +0000 |
commit | b2de8a4ec7585628757e1f36b0c881bfecd87c09 (patch) | |
tree | 6f058f66ed2e27cf466b3a182bbaf8443365f0dc /app-crypt/tpm2-abrmd | |
parent | app-crypt/tpm2-tss: drop 3.2.0-r3 (diff) | |
download | gentoo-b2de8a4ec7585628757e1f36b0c881bfecd87c09.tar.gz gentoo-b2de8a4ec7585628757e1f36b0c881bfecd87c09.tar.bz2 gentoo-b2de8a4ec7585628757e1f36b0c881bfecd87c09.zip |
app-crypt/tpm2-abrmd: capitalisation/style nit in einfo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/tpm2-abrmd')
-rw-r--r-- | app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild index 05a6ccde2828..454cad2eeaee 100644 --- a/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild +++ b/app-crypt/tpm2-abrmd/tpm2-abrmd-3.0.0.ebuild @@ -56,5 +56,5 @@ src_install() { pkg_postinst() { einfo "As of tpm2-abrmd 3.0.0, users must be in the tss group" - einfo "To access the TPM" + einfo "to access the TPM" } |