aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-rw-r--r--doc/man/git-bug-show.14
-rw-r--r--doc/md/git-bug_show.md3
2 files changed, 6 insertions, 1 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
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