diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-16 14:29:14 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-16 14:29:14 +0200 |
commit | dad61892cea320cd28c23c73fdf65a90404c6099 (patch) | |
tree | da964d3af2001027ef880d93cf5914ecd40984e8 /doc/md/git-bug_status.md | |
parent | a846fb96de587afdd9b3ea37bdb9731d77e44863 (diff) | |
download | git-bug-dad61892cea320cd28c23c73fdf65a90404c6099.tar.gz git-bug-dad61892cea320cd28c23c73fdf65a90404c6099.zip |
commands: migrate the open/close commands under the "status" command
Diffstat (limited to 'doc/md/git-bug_status.md')
-rw-r--r-- | doc/md/git-bug_status.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/md/git-bug_status.md b/doc/md/git-bug_status.md index a4af6f4d..3814cc85 100644 --- a/doc/md/git-bug_status.md +++ b/doc/md/git-bug_status.md @@ -19,4 +19,6 @@ git-bug status <id> [flags] ### SEE ALSO * [git-bug](git-bug.md) - A bugtracker embedded in Git +* [git-bug status close](git-bug_status_close.md) - Mark the bug as closed +* [git-bug status open](git-bug_status_open.md) - Mark the bug as open |