git-bug_status.md

 1## git-bug status
 2
 3Show the bug status
 4
 5### Synopsis
 6
 7Show the bug status
 8
 9```
10git-bug status <id> [flags]
11```
12
13### Options
14
15```
16  -h, --help   help for status
17```
18
19### SEE ALSO
20
21* [git-bug](git-bug.md)	 - A bugtracker embedded in Git
22* [git-bug status close](git-bug_status_close.md)	 - Mark the bug as closed
23* [git-bug status open](git-bug_status_open.md)	 - Mark the bug as open
24