diff options
author | Michael Muré <batolettre@gmail.com> | 2019-03-01 23:17:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-01 23:17:57 +0100 |
commit | 7260ca05bc3588c0572887a7d8f1b897c7fc13da (patch) | |
tree | 66854358df3cb9de651f7688556ec5a4b8ab1868 /doc/md/git-bug_status_close.md | |
parent | 0aefae6fcca5786f2c898029c3d6282f760f2c63 (diff) | |
parent | b6bed784e5664819250aac20b2b9690879ee6ab1 (diff) | |
download | git-bug-7260ca05bc3588c0572887a7d8f1b897c7fc13da.tar.gz |
Merge pull request #89 from MichaelMure/identity
WIP identity in git
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 e0655338..4978341f 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 a bug as closed +Mark a bug as closed. ### Synopsis -Mark a 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) - Display or change a bug status +* [git-bug status](git-bug_status.md) - Display or change a bug status. |