summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaurav Shah <gauravsh@chromium.org>2011-07-20 18:10:10 -0700
committerGaurav Shah <gauravsh@chromium.org>2011-07-21 11:13:56 -0700
commitac6d56033f02bb2cc240ff1ada9b99c21c8e0209 (patch)
tree375f572fa3e4c35d5e8d34b22e8a3d13d3249c77
parent36dccdbad1c88657ee893b794b5aba2feacefaa5 (diff)
downloadvboot-ac6d56033f02bb2cc240ff1ada9b99c21c8e0209.tar.gz
Fix "tpmc help" description of pplock
BUG=none TEST=none Change-Id: I2a976f6e876ff7751a746ea89211795ab454e65d Reviewed-on: http://gerrit.chromium.org/gerrit/4458 Reviewed-by: Luigi Semenzato <semenzato@chromium.org> Tested-by: Gaurav Shah <gauravsh@chromium.org>
-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 },