diff options
Diffstat (limited to 'doc/md/git-bug_show.md')
-rw-r--r-- | doc/md/git-bug_show.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/md/git-bug_show.md b/doc/md/git-bug_show.md index 40152ede..e6d2d7ba 100644 --- a/doc/md/git-bug_show.md +++ b/doc/md/git-bug_show.md @@ -13,8 +13,9 @@ git-bug show [<id>] [flags] ### Options ``` - -f, --field string Select field to display. Valid values are [author,authorEmail,createTime,humanId,id,labels,shortId,status,title,actors,participants] - -h, --help help for show + --field string Select field to display. Valid values are [author,authorEmail,createTime,lastEdit,humanId,id,labels,shortId,status,title,actors,participants] + -f, --format string Select the output formatting style. Valid values are [default,json,org-mode] (default "default") + -h, --help help for show ``` ### SEE ALSO |