Skip to content

Commit 27a66f6

Browse files
Update initrd/bin/tpmr
match desc of function in comment Co-authored-by: JonathonHall-Purism <[email protected]>
1 parent 5299266 commit 27a66f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

initrd/bin/tpmr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ is_hash() {
101101

102102
# extend_pcr_state - extend a PCR state value with more hashes or raw data (which is hashed)
103103
# usage:
104-
# extend_pcr_state <alg> <initial_state> <files/hashes...>
104+
# extend_pcr_state <alg> <state> <files/hashes...>
105105
# alg - either 'sha1' or 'sha256' to specify algorithm
106106
# state - a hash value setting the initial state
107107
# files/hashes... - any number of files or hashes, state is extended once for each item

0 commit comments

Comments
 (0)