aboutsummaryrefslogtreecommitdiffstats
path: root/commands/comment_add.go
diff options
context:
space:
mode:
authorJocelyn FACCHINI <jocelyn.facchini@gmail.com>2019-03-23 18:03:39 +0000
committerJocelyn FACCHINI <jocelyn.facchini@gmail.com>2019-03-23 18:07:27 +0000
commit0d4167a29678aa9048652695a5e339e6ba805de8 (patch)
tree136b845ebf833b380c88afef6c8727f354dcb212 /commands/comment_add.go
parent146b6b8599f370284d6bbe7370e9ebeb7999f3cd (diff)
downloadgit-bug-0d4167a29678aa9048652695a5e339e6ba805de8.tar.gz
Renamed user id to user-id and metioned bug for some commands
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 9bb24086..3e153009 100644
--- a/commands/comment_add.go
+++ b/commands/comment_add.go
@@ -56,7 +56,7 @@ func runCommentAdd(cmd *cobra.Command, args []string) error {
var commentAddCmd = &cobra.Command{
Use: "add [<id>]",
- Short: "Add a new comment.",
+ Short: "Add a new comment to a bug.",
PreRunE: loadRepo,
RunE: runCommentAdd,
}