Merge pull request #1786 from y-yagi/fix-short-description-of-gist
Fix short description of `gist`
This commit is contained in:
commit
f99c0a5250
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue