Skip to content

Commit e14b69d

Browse files
author
Jake Sanders
authored
small typo (#663)
Signed-off-by: Jake Sanders <[email protected]>
1 parent e055194 commit e14b69d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/cosign/cli/verify_blob.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ EXAMPLES
7474
cosign verify-blob -key cosign.pub -signature $sig msg
7575
7676
# verify a signature with public key provided by URL
77-
cosign verify-dockerfile -key https://host.for/<FILE> -signature $sig msg
77+
cosign verify-blob -key https://host.for/<FILE> -signature $sig msg
7878
7979
# Verify a signature against a payload from another process using process redirection
8080
cosign verify-blob -key cosign.pub -signature $sig <(git rev-parse HEAD)

0 commit comments

Comments
 (0)