diff --git a/pkg/cmd/secret/remove/remove.go b/pkg/cmd/secret/remove/remove.go index ba26353ab..d3e98ba0d 100644 --- a/pkg/cmd/secret/remove/remove.go +++ b/pkg/cmd/secret/remove/remove.go @@ -28,7 +28,7 @@ func NewCmdRemove(f *cmdutil.Factory, runF func(*RemoveOptions) error) *cobra.Co } cmd := &cobra.Command{ - Use: "remove ", + Use: "remove ", Short: "Remove an organization or repository secret", Args: cobra.ExactArgs(1), RunE: func(cmd *cobra.Command, args []string) error { diff --git a/pkg/cmd/secret/set/set.go b/pkg/cmd/secret/set/set.go index f15e216e2..fcca3df74 100644 --- a/pkg/cmd/secret/set/set.go +++ b/pkg/cmd/secret/set/set.go @@ -41,7 +41,7 @@ func NewCmdSet(f *cmdutil.Factory, runF func(*SetOptions) error) *cobra.Command } cmd := &cobra.Command{ - Use: "set ", + Use: "set ", Short: "Create or update secrets", Long: "Locally encrypt a new or updated secret at either the repository or organization level and send it to GitHub for storage.", Example: heredoc.Doc(`