Skip to content

Commit f99c0a5

Browse files
authored
Merge pull request cli#1786 from y-yagi/fix-short-description-of-gist
Fix short description of `gist`
2 parents 32cab96 + 4f3d0e5 commit f99c0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cmd/gist/gist.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import (
1313
func NewCmdGist(f *cmdutil.Factory) *cobra.Command {
1414
cmd := &cobra.Command{
1515
Use: "gist",
16-
Short: "Create gists",
16+
Short: "Manage gists",
1717
Long: `Work with GitHub gists.`,
1818
Annotations: map[string]string{
1919
"IsCore": "true",

0 commit comments

Comments
 (0)