summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--utility/tpmc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/utility/tpmc.c b/utility/tpmc.c
index fba3ff52..0b89677c 100644
--- a/utility/tpmc.c
+++ b/utility/tpmc.c
@@ -273,7 +273,7 @@ command_record command_table[] = {
{ "clear", "clr", "clear the TPM owner (needs PP)", TlclForceClear },
{ "setnvlocked", "setnv", "set the nvLocked flag permanently (IRREVERSIBLE!)",
TlclSetNvLocked },
- { "lockphysicalpresence", "pplock", "lock PP to current value until reboot",
+ { "lockphysicalpresence", "pplock", "lock (turn off) PP until reboot",
TlclLockPhysicalPresence },
{ "setbgloballock", "block", "set the bGlobalLock until reboot",
TlclSetGlobalLock },