diff --git a/pkg/cmd/attestation/tufrootverify/tufrootverify.go b/pkg/cmd/attestation/tufrootverify/tufrootverify.go index 3c62a77ab..05971da54 100644 --- a/pkg/cmd/attestation/tufrootverify/tufrootverify.go +++ b/pkg/cmd/attestation/tufrootverify/tufrootverify.go @@ -17,9 +17,10 @@ func NewTUFRootVerifyCmd(f *cmdutil.Factory, runF func() error) *cobra.Command { var mirror string var root string var cmd = cobra.Command{ - Use: "tuf-root-verify --mirror --root ", - Args: cobra.ExactArgs(0), - Short: "Verify the TUF repository from a provided TUF root", + Use: "tuf-root-verify --mirror --root ", + Args: cobra.ExactArgs(0), + Short: "Verify the TUF repository from a provided TUF root", + Hidden: true, Long: heredoc.Docf(` Verify a TUF repository with a local TUF root.