Skip to content

Commit

Permalink
Update command documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Hayden Blauzvern <hblauzvern@google.com>
  • Loading branch information
haydentherapper committed Dec 8, 2021
1 parent 03973ae commit 6179756
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/cosign/cli/options/verify.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (o *VerifyOptions) AddFlags(cmd *cobra.Command) {
"signature content or path or remote URL")

cmd.Flags().BoolVar(&o.LocalImage, "local-image", false,
"whether the path to the image is a local directory")
"whether the specified image is a path to an image saved locally via `cosign save`")
}

// VerifyAttestationOptions is the top level wrapper for the `verify attestation` command.
Expand Down Expand Up @@ -111,7 +111,7 @@ func (o *VerifyAttestationOptions) AddFlags(cmd *cobra.Command) {
"output format for the signing image information (json|text)")

cmd.Flags().BoolVar(&o.LocalImage, "local-image", false,
"whether the path to the image is a local directory")
"whether the specified image is a path to an image saved locally via `cosign save`")
}

// VerifyBlobOptions is the top level wrapper for the `verify blob` command.
Expand Down

0 comments on commit 6179756

Please sign in to comment.