git-bug_status.md
1## git-bug status
2
3Display or change a bug status.
4
5### Synopsis
6
7Display or change a 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 bug tracker embedded in Git.
22* [git-bug status close](git-bug_status_close.md) - Mark a bug as closed.
23* [git-bug status open](git-bug_status_open.md) - Mark a bug as open.
24