Update main.go

Co-authored-by: Dimitris Karakasilis <dimitris@karakasilis.me>
This commit is contained in:
Itxaka 2024-05-23 08:00:21 +00:00 committed by GitHub
parent 4c41ca284e
commit 416e4ae17c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -38,7 +38,7 @@ func main() {
}, },
&cli.StringSliceFlag{ &cli.StringSliceFlag{
Name: "public-key-pcrs", Name: "public-key-pcrs",
Usage: "public key pcrs to bind to (policy)", Usage: "public key pcrs to bind to (policy). Only applies when --tpm is also set.",
Value: &cli.StringSlice{"11"}, Value: &cli.StringSlice{"11"},
}, },
}, },