diff options
Diffstat (limited to 'commands/comment.go')
-rw-r--r-- | commands/comment.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 <id> [<options>...]", + Use: "comment <id>", Short: "Add a new comment to a bug", RunE: runComment, } |