diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-21 13:37:22 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-21 13:37:22 +0200 |
commit | cfce3a9914c4a7762399119fabc63c77f567d7cf (patch) | |
tree | 0dc2904ceec7d2a951d2e3d0b4180ea97a41ba5f /commands/title_edit.go | |
parent | 1c86a66cbe0f4871dd40b8352c1f1b2de97e8442 (diff) | |
download | git-bug-cfce3a9914c4a7762399119fabc63c77f567d7cf.tar.gz git-bug-cfce3a9914c4a7762399119fabc63c77f567d7cf.zip |
commands: description cleanup
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 a62daf6c..9d37dc5c 100644 --- a/commands/title_edit.go +++ b/commands/title_edit.go @@ -48,7 +48,7 @@ func runTitleEdit(cmd *cobra.Command, args []string) error { var titleEditCmd = &cobra.Command{ Use: "edit [<id>]", - Short: "Edit a bug title", + Short: "Edit a title", RunE: runTitleEdit, } |