From ce61fd8a0626886dafbc2b9b8bee28f40b7b54b9 Mon Sep 17 00:00:00 2001 From: Phill MV Date: Mon, 29 Apr 2024 16:31:28 -0400 Subject: [PATCH] Added tweaked note to tuf-root-verify --- pkg/cmd/attestation/tufrootverify/tufrootverify.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/attestation/tufrootverify/tufrootverify.go b/pkg/cmd/attestation/tufrootverify/tufrootverify.go index 63d0f949b..b7fac9efe 100644 --- a/pkg/cmd/attestation/tufrootverify/tufrootverify.go +++ b/pkg/cmd/attestation/tufrootverify/tufrootverify.go @@ -24,7 +24,7 @@ func NewTUFRootVerifyCmd(f *cmdutil.Factory, runF func() error) *cobra.Command { Short: "Verify the TUF repository from a provided TUF root", Hidden: true, Long: heredoc.Docf(` - # NOTE: This feature is currently in beta, and subject to change. + ### NOTE: This feature is currently in beta, and subject to change. Verify a TUF repository with a local TUF root.