git-bug_status.md

 1## git-bug status
 2
 3Display or change a bug status.
 4
 5```
 6git-bug status [ID] [flags]
 7```
 8
 9### Options
10
11```
12  -h, --help   help for status
13```
14
15### SEE ALSO
16
17* [git-bug](git-bug.md)	 - A bug tracker embedded in Git.
18* [git-bug status close](git-bug_status_close.md)	 - Mark a bug as closed.
19* [git-bug status open](git-bug_status_open.md)	 - Mark a bug as open.
20