In tpm_tools tpm_present.c there is a mismatch of the shorthand option for --disable-hw. "parse" uses a 'h' but the option struct in "main" uses a 'w'. this mismatch makes it impossible to call "disable-hw"
Log in to post a comment.