diff options
Diffstat (limited to 'doc/md/git-bug_status_close.md')
-rw-r--r-- | doc/md/git-bug_status_close.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/md/git-bug_status_close.md b/doc/md/git-bug_status_close.md index a8e0f47b7..e0655338c 100644 --- a/doc/md/git-bug_status_close.md +++ b/doc/md/git-bug_status_close.md @@ -1,10 +1,10 @@ ## git-bug status close -Mark the bug as closed +Mark a bug as closed ### Synopsis -Mark the bug as closed +Mark a bug as closed ``` git-bug status close [<id>] [flags] @@ -18,5 +18,5 @@ git-bug status close [<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 |