git-bug_comment.md

 1## git-bug comment
 2
 3Display or add comments
 4
 5### Synopsis
 6
 7Display or add comments
 8
 9```
10git-bug comment [<id>] [flags]
11```
12
13### Options
14
15```
16  -F, --file string      Take the message from the given file. Use - to read the message from the standard input
17  -m, --message string   Provide the new message from the command line
18  -h, --help             help for comment
19```
20
21### SEE ALSO
22
23* [git-bug](git-bug.md)	 - A bug tracker embedded in Git
24* [git-bug comment add](git-bug_comment_add.md)	 - Add a new comment
25