aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_comment.md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2018-09-15 20:31:40 +0200
committerMichael Muré <batolettre@gmail.com>2018-09-15 20:31:40 +0200
commit6cdc6c087e858e18c5c54e92c60ceb78a37fc3f2 (patch)
tree13f378972d6dd152be5adfcf2df2c2b6aee95db8 /doc/md/git-bug_comment.md
parentbfb5e96aab9e78f05942151060cc92fdaa32bedd (diff)
downloadgit-bug-6cdc6c087e858e18c5c54e92c60ceb78a37fc3f2.tar.gz
commands: add `git bug comment add` to add a comment
Diffstat (limited to 'doc/md/git-bug_comment.md')
-rw-r--r--doc/md/git-bug_comment.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/md/git-bug_comment.md b/doc/md/git-bug_comment.md
index 8616c511..9870e5fe 100644
--- a/doc/md/git-bug_comment.md
+++ b/doc/md/git-bug_comment.md
@@ -1,10 +1,10 @@
## git-bug comment
-Add a new comment to a bug
+Show a bug's comments
### Synopsis
-Add a new comment to a bug
+Show a bug's comments
```
git-bug comment <id> [flags]
@@ -21,4 +21,5 @@ git-bug comment <id> [flags]
### 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