From d9f7269507cfc65a2fec05651bdff00978e0d1ec Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Sun, 16 Sep 2018 01:04:29 +0200 Subject: commands: add a title command to display a bug's title --- doc/man/git-bug-title.1 | 29 +++++++++++++++++++++++++++++ doc/man/git-bug.1 | 2 +- 2 files changed, 30 insertions(+), 1 deletion(-) create mode 100644 doc/man/git-bug-title.1 (limited to 'doc/man') 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 [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 diff --git a/doc/man/git-bug.1 b/doc/man/git-bug.1 index 9d370dc8..514dc093 100644 --- a/doc/man/git-bug.1 +++ b/doc/man/git-bug.1 @@ -29,4 +29,4 @@ It use the same internal storage so it doesn't pollute your project. As you woul .SH SEE ALSO .PP -\fBgit\-bug\-add(1)\fP, \fBgit\-bug\-close(1)\fP, \fBgit\-bug\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-open(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(1)\fP, \fBgit\-bug\-show(1)\fP, \fBgit\-bug\-termui(1)\fP, \fBgit\-bug\-webui(1)\fP +\fBgit\-bug\-add(1)\fP, \fBgit\-bug\-close(1)\fP, \fBgit\-bug\-commands(1)\fP, \fBgit\-bug\-comment(1)\fP, \fBgit\-bug\-label(1)\fP, \fBgit\-bug\-ls(1)\fP, \fBgit\-bug\-open(1)\fP, \fBgit\-bug\-pull(1)\fP, \fBgit\-bug\-push(1)\fP, \fBgit\-bug\-show(1)\fP, \fBgit\-bug\-termui(1)\fP, \fBgit\-bug\-title(1)\fP, \fBgit\-bug\-webui(1)\fP -- cgit