diff options
author | Michael Muré <batolettre@gmail.com> | 2018-09-16 01:17:06 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-09-16 01:17:06 +0200 |
commit | ae100e0e8273b09dd1c2f2ee08388440c2662fad (patch) | |
tree | b2663d0e0984d6c8fdd47c37ed71eb873156cab5 /doc/man | |
parent | d9f7269507cfc65a2fec05651bdff00978e0d1ec (diff) | |
download | git-bug-ae100e0e8273b09dd1c2f2ee08388440c2662fad.tar.gz |
commands: add a title edit command
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-title-edit.1 | 33 | ||||
-rw-r--r-- | doc/man/git-bug-title.1 | 6 |
2 files changed, 36 insertions, 3 deletions
diff --git a/doc/man/git-bug-title-edit.1 b/doc/man/git-bug-title-edit.1 new file mode 100644 index 00000000..62895f7e --- /dev/null +++ b/doc/man/git-bug-title-edit.1 @@ -0,0 +1,33 @@ +.TH "GIT-BUG" "1" "Sep 2018" "Generated from git-bug's source code" "" +.nh +.ad l + + +.SH NAME +.PP +git\-bug\-title\-edit \- Edit a bug title + + +.SH SYNOPSIS +.PP +\fBgit\-bug title edit <id> [flags]\fP + + +.SH DESCRIPTION +.PP +Edit a bug title + + +.SH OPTIONS +.PP +\fB\-t\fP, \fB\-\-title\fP="" + Provide a title to describe the issue + +.PP +\fB\-h\fP, \fB\-\-help\fP[=false] + help for edit + + +.SH SEE ALSO +.PP +\fBgit\-bug\-title(1)\fP diff --git a/doc/man/git-bug-title.1 b/doc/man/git-bug-title.1 index 3d6adc43..a4493571 100644 --- a/doc/man/git-bug-title.1 +++ b/doc/man/git-bug-title.1 @@ -5,7 +5,7 @@ .SH NAME .PP -git\-bug\-title \- Show a bug's title +git\-bug\-title \- Display a bug's title .SH SYNOPSIS @@ -15,7 +15,7 @@ git\-bug\-title \- Show a bug's title .SH DESCRIPTION .PP -Show a bug's title +Display a bug's title .SH OPTIONS @@ -26,4 +26,4 @@ Show a bug's title .SH SEE ALSO .PP -\fBgit\-bug(1)\fP +\fBgit\-bug(1)\fP, \fBgit\-bug\-title\-edit(1)\fP |