diff options
Diffstat (limited to 'doc/md/git-bug_status.md')
-rw-r--r-- | doc/md/git-bug_status.md | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/md/git-bug_status.md b/doc/md/git-bug_status.md index 284c9257..5a1c1f4a 100644 --- a/doc/md/git-bug_status.md +++ b/doc/md/git-bug_status.md @@ -1,10 +1,10 @@ ## git-bug status -Show the bug status +Display or change a bug status ### Synopsis -Show the bug status +Display or change a bug status ``` git-bug status [<id>] [flags] @@ -18,7 +18,7 @@ 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 +* [git-bug](git-bug.md) - A bug tracker embedded in Git +* [git-bug status close](git-bug_status_close.md) - Mark a bug as closed +* [git-bug status open](git-bug_status_open.md) - Mark a bug as open |