diff options
author | Michael Muré <batolettre@gmail.com> | 2019-01-08 16:32:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-08 16:32:55 +0100 |
commit | 44643efedc7c4f2b83e649ba102bd52cb35ec287 (patch) | |
tree | a9d2a8f3574906c4290fbb219ee517746f40b5ab /doc/man/git-bug-show.1 | |
parent | 433c4fc46a7a2cabb69eee5226bb8ea87b6c5661 (diff) | |
parent | 43d0fe5caec529baa348b44f6e1cba49e87754a7 (diff) | |
download | git-bug-44643efedc7c4f2b83e649ba102bd52cb35ec287.tar.gz git-bug-44643efedc7c4f2b83e649ba102bd52cb35ec287.zip |
Merge pull request #91 from seeduvax/cmdShowFields
commands: show: change for a single valued --field flag
Diffstat (limited to 'doc/man/git-bug-show.1')
-rw-r--r-- | doc/man/git-bug-show.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/git-bug-show.1 b/doc/man/git-bug-show.1 index 15344bba..05f856e9 100644 --- a/doc/man/git-bug-show.1 +++ b/doc/man/git-bug-show.1 @@ -20,6 +20,10 @@ Display the details of a bug .SH OPTIONS .PP +\fB\-f\fP, \fB\-\-field\fP="" + Select field to display. Valid values are [author,authorEmail,createTime,id,labels,shortId,status,title] + +.PP \fB\-h\fP, \fB\-\-help\fP[=false] help for show |