git-bug/doc/md/git-bug_comment.md

26 lines
515 B
Markdown
Raw Normal View History

2018-07-20 16:46:14 +03:00
## git-bug comment
Show a bug's comments
2018-07-20 16:46:14 +03:00
### Synopsis
Show a bug's comments
2018-07-20 16:46:14 +03:00
```
2018-09-06 22:42:05 +03:00
git-bug comment <id> [flags]
2018-07-20 16:46:14 +03:00
```
### Options
```
-F, --file string Take the message from the given file. Use - to read the message from the standard input
-m, --message string Provide the new message from the command line
-h, --help help for comment
2018-07-20 16:46:14 +03:00
```
### SEE ALSO
* [git-bug](git-bug.md) - A bugtracker embedded in Git
* [git-bug comment add](git-bug_comment_add.md) - Add a new comment to a bug
2018-07-20 16:46:14 +03:00