diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-16 14:29:14 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-16 14:29:14 +0200 |
commit | dad61892cea320cd28c23c73fdf65a90404c6099 (patch) | |
tree | da964d3af2001027ef880d93cf5914ecd40984e8 /doc/man/git-bug-status-open.1 | |
parent | a846fb96de587afdd9b3ea37bdb9731d77e44863 (diff) | |
download | git-bug-dad61892cea320cd28c23c73fdf65a90404c6099.tar.gz |
commands: migrate the open/close commands under the "status" command
Diffstat (limited to 'doc/man/git-bug-status-open.1')
-rw-r--r-- | doc/man/git-bug-status-open.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/man/git-bug-status-open.1 b/doc/man/git-bug-status-open.1 new file mode 100644 index 00000000..70a23437 --- /dev/null +++ b/doc/man/git-bug-status-open.1 @@ -0,0 +1,29 @@ +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-status\-open \- Mark the bug as open + + +.SH SYNOPSIS +.PP +\fBgit\-bug status open <id> [flags]\fP + + +.SH DESCRIPTION +.PP +Mark the bug as open + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for open + + +.SH SEE ALSO +.PP +\fBgit\-bug\-status(1)\fP |