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.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/comment.go') diff --git a/commands/comment.go b/commands/comment.go index 3d5fe4eb..eff91208 100644 --- a/commands/comment.go +++ b/commands/comment.go @@ -46,7 +46,7 @@ func commentsTextOutput(comments []bug.Comment) { var commentCmd = &cobra.Command{ Use: "comment []", - Short: "Display or add comments.", + Short: "Display or add comments to a bug.", PreRunE: loadRepo, RunE: runComment, } -- cgit