diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-16 01:04:29 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-16 01:05:09 +0200 |
commit | d9f7269507cfc65a2fec05651bdff00978e0d1ec (patch) | |
tree | 9f0a904fbcf5606ddce6afcf7f5530b5c6b51bfc /doc/man/git-bug-title.1 | |
parent | 6cdc6c087e858e18c5c54e92c60ceb78a37fc3f2 (diff) | |
download | git-bug-d9f7269507cfc65a2fec05651bdff00978e0d1ec.tar.gz |
commands: add a title command to display a bug's title
Diffstat (limited to 'doc/man/git-bug-title.1')
-rw-r--r-- | doc/man/git-bug-title.1 | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/doc/man/git-bug-title.1 b/doc/man/git-bug-title.1 new file mode 100644 index 00000000..3d6adc43 --- /dev/null +++ b/doc/man/git-bug-title.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\-title \- Show a bug's title + + +.SH SYNOPSIS +.PP +\fBgit\-bug title <id> [flags]\fP + + +.SH DESCRIPTION +.PP +Show a bug's title + + +.SH OPTIONS +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for title + + +.SH SEE ALSO +.PP +\fBgit\-bug(1)\fP |