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 5a1c1f4a..a04098e6 100644 --- a/doc/md/git-bug_status.md +++ b/doc/md/git-bug_status.md @@ -1,10 +1,10 @@ ## git-bug status -Display or change a bug status +Display or change a bug status. ### Synopsis -Display or change a 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 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 +* [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. |