From f136bf6a8262a10c9b16a784ba075a88f7c14cc8 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 6 Sep 2018 21:42:05 +0200 Subject: cmds: various cleaning --- 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 0f45c18d..35937e2b 100644 --- a/commands/comment.go +++ b/commands/comment.go @@ -65,7 +65,7 @@ func runComment(cmd *cobra.Command, args []string) error { } var commentCmd = &cobra.Command{ - Use: "comment [...]", + Use: "comment ", Short: "Add a new comment to a bug", RunE: runComment, } -- cgit