aboutsummaryrefslogtreecommitdiffstats
path: root/commands/comment.go
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-06 21:42:05 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-06 21:42:05 +0200
commitf136bf6a8262a10c9b16a784ba075a88f7c14cc8 (patch)
tree63a4a17dfb9646afea14bed4b1a867125a5b4d1d /commands/comment.go
parent6f1767d101ad210ba0311b8e828140da32fbcafe (diff)
downloadgit-bug-f136bf6a8262a10c9b16a784ba075a88f7c14cc8.tar.gz
cmds: various cleaning
Diffstat (limited to 'commands/comment.go')
-rw-r--r--commands/comment.go2
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,
}