aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/git-bug-title.129
-rw-r--r--doc/man/git-bug.12
-rw-r--r--doc/md/git-bug.md1
-rw-r--r--doc/md/git-bug_title.md22
4 files changed, 53 insertions, 1 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
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
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md
index b3f66627..c99afe7e 100644
--- a/doc/md/git-bug.md
+++ b/doc/md/git-bug.md
@@ -31,5 +31,6 @@ git-bug [flags]
* [git-bug push](git-bug_push.md) - Push bugs update to a git remote
* [git-bug show](git-bug_show.md) - Display the details of a bug
* [git-bug termui](git-bug_termui.md) - Launch the terminal UI
+* [git-bug title](git-bug_title.md) - Show a bug's title
* [git-bug webui](git-bug_webui.md) - Launch the web UI
diff --git a/doc/md/git-bug_title.md b/doc/md/git-bug_title.md
new file mode 100644
index 00000000..c3a633dd
--- /dev/null
+++ b/doc/md/git-bug_title.md
@@ -0,0 +1,22 @@
+## git-bug title
+
+Show a bug's title
+
+### Synopsis
+
+Show a bug's title
+
+```
+git-bug title <id> [flags]
+```
+
+### Options
+
+```
+ -h, --help help for title
+```
+
+### SEE ALSO
+
+* [git-bug](git-bug.md) - A bugtracker embedded in Git
+