aboutsummaryrefslogtreecommitdiffstats
path: root/commands/comment_add.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-21 13:37:22 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-21 13:37:22 +0200
commitcfce3a9914c4a7762399119fabc63c77f567d7cf (patch)
tree0dc2904ceec7d2a951d2e3d0b4180ea97a41ba5f /commands/comment_add.go
parent1c86a66cbe0f4871dd40b8352c1f1b2de97e8442 (diff)
downloadgit-bug-cfce3a9914c4a7762399119fabc63c77f567d7cf.tar.gz
commands: description cleanup
Diffstat (limited to 'commands/comment_add.go')
-rw-r--r--commands/comment_add.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/commands/comment_add.go b/commands/comment_add.go
index c80e9ec5..8898ea45 100644
--- a/commands/comment_add.go
+++ b/commands/comment_add.go
@@ -54,7 +54,7 @@ func runCommentAdd(cmd *cobra.Command, args []string) error {
var commentAddCmd = &cobra.Command{
Use: "add [<id>]",
- Short: "Add a new comment to a bug",
+ Short: "Add a new comment",
RunE: runCommentAdd,
}