aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/comment_edit.go2
1 files changed, 1 insertions, 1 deletions
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 <commentid>",
+ Use: "edit [COMMENT_ID]",
Short: "Edit an existing comment on a bug.",
Args: cobra.ExactArgs(1),
PreRunE: loadBackendEnsureUser(env),