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_open.md | |
parent | 1c86a66cbe0f4871dd40b8352c1f1b2de97e8442 (diff) | |
download | git-bug-cfce3a9914c4a7762399119fabc63c77f567d7cf.tar.gz |
commands: description cleanup
Diffstat (limited to 'doc/md/git-bug_status_open.md')
-rw-r--r-- | doc/md/git-bug_status_open.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/md/git-bug_status_open.md b/doc/md/git-bug_status_open.md index ac44e293..3763d4cd 100644 --- a/doc/md/git-bug_status_open.md +++ b/doc/md/git-bug_status_open.md @@ -1,10 +1,10 @@ ## git-bug status open -Mark the bug as open +Mark a bug as open ### Synopsis -Mark the bug as open +Mark a bug as open ``` git-bug status open [<id>] [flags] @@ -18,5 +18,5 @@ git-bug status open [<id>] [flags] ### SEE ALSO -* [git-bug status](git-bug_status.md) - Show the bug status +* [git-bug status](git-bug_status.md) - Display or change a bug status |