diff options
author | Michael Muré <batolettre@gmail.com> | 2018-07-31 15:18:09 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2018-07-31 16:44:23 +0200 |
commit | eb39c5c29bc0e9b5e15a940a1b71bdac688b6535 (patch) | |
tree | 5ef9b827f4a3097e4eb1367097d0059f895befbe /doc/man/git-bug-new.3 | |
parent | 8a4e373e7b1c093abeb967d9a6a43c5ed533edb8 (diff) | |
download | git-bug-eb39c5c29bc0e9b5e15a940a1b71bdac688b6535.tar.gz |
cli: rework new and comment command to better use the editor
a nice templace is now provided with explanations
new: title and message can now be provided from the editor. Title will
be the first non-empty line
Diffstat (limited to 'doc/man/git-bug-new.3')
-rw-r--r-- | doc/man/git-bug-new.3 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/man/git-bug-new.3 b/doc/man/git-bug-new.3 index ea64be68..e184c34a 100644 --- a/doc/man/git-bug-new.3 +++ b/doc/man/git-bug-new.3 @@ -10,7 +10,7 @@ git\-bug\-new \- Create a new bug .SH SYNOPSIS .PP -\fBgit\-bug new <title> [<option>\&...] [flags]\fP +\fBgit\-bug new [<option>\&...] [flags]\fP .SH DESCRIPTION @@ -31,6 +31,10 @@ Create a new bug \fB\-m\fP, \fB\-\-message\fP="" Provide a message to describe the issue +.PP +\fB\-t\fP, \fB\-\-title\fP="" + Provide a title to describe the issue + .SH SEE ALSO .PP |