diff options
author | Michael Muré <batolettre@gmail.com> | 2019-03-23 19:13:01 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-23 19:13:01 +0100 |
commit | d1d2d720255b203c10404dd208d81b9ad2f68002 (patch) | |
tree | 136b845ebf833b380c88afef6c8727f354dcb212 /commands/title_edit.go | |
parent | 90f1089dc9c9b33bf5f3a37e0ee0414344246b05 (diff) | |
parent | 0d4167a29678aa9048652695a5e339e6ba805de8 (diff) | |
download | git-bug-d1d2d720255b203c10404dd208d81b9ad2f68002.tar.gz |
Merge pull request #106 from jfacchini/select-and-label-cli-doc
Select and Label command documentation
Diffstat (limited to 'commands/title_edit.go')
-rw-r--r-- | commands/title_edit.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/title_edit.go b/commands/title_edit.go index e95c77d0..385dbdc9 100644 --- a/commands/title_edit.go +++ b/commands/title_edit.go @@ -54,7 +54,7 @@ func runTitleEdit(cmd *cobra.Command, args []string) error { var titleEditCmd = &cobra.Command{ Use: "edit [<id>]", - Short: "Edit a title.", + Short: "Edit a title of a bug.", PreRunE: loadRepo, RunE: runTitleEdit, } |