From bb8a214df37cab33032ce709a924e6282127d446 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Thu, 10 Dec 2020 12:42:20 +0100 Subject: command: fix "comment edit" usage --- commands/comment_edit.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'commands/comment_edit.go') diff --git a/commands/comment_edit.go b/commands/comment_edit.go index 61132967..6a86f37e 100644 --- a/commands/comment_edit.go +++ b/commands/comment_edit.go @@ -16,7 +16,7 @@ func newCommentEditCommand() *cobra.Command { options := commentEditOptions{} cmd := &cobra.Command{ - Use: "edit ", + Use: "edit [COMMENT_ID]", Short: "Edit an existing comment on a bug.", Args: cobra.ExactArgs(1), PreRunE: loadBackendEnsureUser(env), -- cgit