diff --git a/pkg/cmd/gist/gist.go b/pkg/cmd/gist/gist.go index 029fab588..41808f4b4 100644 --- a/pkg/cmd/gist/gist.go +++ b/pkg/cmd/gist/gist.go @@ -13,7 +13,7 @@ import ( func NewCmdGist(f *cmdutil.Factory) *cobra.Command { cmd := &cobra.Command{ Use: "gist", - Short: "Create gists", + Short: "Manage gists", Long: `Work with GitHub gists.`, Annotations: map[string]string{ "IsCore": "true",