From 0d4167a29678aa9048652695a5e339e6ba805de8 Mon Sep 17 00:00:00 2001 From: Jocelyn FACCHINI Date: Sat, 23 Mar 2019 18:03:39 +0000 Subject: Renamed user id to user-id and metioned bug for some commands --- commands/comment_add.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/comment_add.go') 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 []", - Short: "Add a new comment.", + Short: "Add a new comment to a bug.", PreRunE: loadRepo, RunE: runCommentAdd, } -- cgit