diff --git a/manual b/manual index 7b9b4a92d..c2665e9e2 100644 --- a/manual +++ b/manual @@ -200,7 +200,8 @@ where: -L/--oldLockPasswd old Lockout authorization (string, optional, default:NULL). -X/--passwdInHex passwords given by any options are hex format - -c/--clear clears the 3 authorizations values. + -c/--clear [-L [-X]] clears the 3 authorizations values with + lockout auth. example: Set ownerAuth, endorsementAuth and lockoutAuth to emptyAuth: diff --git a/src/tpm2_takeownership.cpp b/src/tpm2_takeownership.cpp index f1acfcfe5..c5e699c31 100644 --- a/src/tpm2_takeownership.cpp +++ b/src/tpm2_takeownership.cpp @@ -269,7 +269,7 @@ void showHelp(const char *name) " -L/--oldLockPasswd old Lockout authorization (string,optional,default:NULL).\n" " -X/--passwdInHex passwords given by any options are hex format.\n" " -p/--port specifies the port number. default %d.\n" - " -c/--clear clears the 3 authorizations values.\n" + " -c/--clear [-L [-X]] clears the 3 authorizations values with lockout auth.\n" " -d/--dbg specifies level of debug messages:\n" " 0 (high level test results)\n" " 1 (test app send/receive byte streams)\n"