diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-21 13:37:22 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-21 13:37:22 +0200 |
commit | cfce3a9914c4a7762399119fabc63c77f567d7cf (patch) | |
tree | 0dc2904ceec7d2a951d2e3d0b4180ea97a41ba5f /doc/md/git-bug_status.md | |
parent | 1c86a66cbe0f4871dd40b8352c1f1b2de97e8442 (diff) | |
download | git-bug-cfce3a9914c4a7762399119fabc63c77f567d7cf.tar.gz |
commands: description cleanup
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 |