Skip to content

Commit 7316ddc

Browse files
ejahnGithubCopilot
andauthored
Update pkg/cmd/release/verify/verify.go
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e23c9d0 commit 7316ddc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/cmd/release/verify/verify.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ func NewCmdVerify(f *cmdutil.Factory, runF func(config *VerifyConfig) error) *co
109109
},
110110
}
111111
cmdutil.AddFormatFlags(cmd, &opts.Exporter)
112-
cmd.Flags().StringVarP(&opts.TrustedRoot, "custom-trusted-root", "", "", "Path to a trusted_root.jsonl file; likely for offline verification")
112+
cmd.Flags().StringVarP(&opts.TrustedRoot, "custom-trusted-root", "", "", "Path to a trusted_root.jsonl file; likely for offline verification.")
113113
cmd.Flags().MarkHidden("custom-trusted-root")
114114

115115
return cmd

0 commit comments

Comments
 (0)