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