aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-01-08 16:32:55 +0100
committerGitHub <noreply@github.com>2019-01-08 16:32:55 +0100
commit44643efedc7c4f2b83e649ba102bd52cb35ec287 (patch)
treea9d2a8f3574906c4290fbb219ee517746f40b5ab /doc/md
parent433c4fc46a7a2cabb69eee5226bb8ea87b6c5661 (diff)
parent43d0fe5caec529baa348b44f6e1cba49e87754a7 (diff)
downloadgit-bug-44643efedc7c4f2b83e649ba102bd52cb35ec287.tar.gz
Merge pull request #91 from seeduvax/cmdShowFields
commands: show: change for a single valued --field flag
Diffstat (limited to 'doc/md')
-rw-r--r--doc/md/git-bug_show.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/md/git-bug_show.md b/doc/md/git-bug_show.md
index 4749e009..677ce9cd 100644
--- a/doc/md/git-bug_show.md
+++ b/doc/md/git-bug_show.md
@@ -13,7 +13,8 @@ git-bug show [<id>] [flags]
### Options
```
- -h, --help help for show
+ -f, --field string Select field to display. Valid values are [author,authorEmail,createTime,id,labels,shortId,status,title]
+ -h, --help help for show
```
### SEE ALSO