diff options
author | Michael Muré <batolettre@gmail.com> | 2019-04-11 20:04:44 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-04-11 20:04:44 +0200 |
commit | 5eeeae7cdf24083277076041c4e8cdc6b4737fda (patch) | |
tree | 0e1e8b6a44650a146a296b3710757c309d420617 /doc/md/git-bug_show.md | |
parent | 4fac4abbcd357b9a8a99222af15a7c5fca9f5633 (diff) | |
download | git-bug-5eeeae7cdf24083277076041c4e8cdc6b4737fda.tar.gz |
commands: fix ls not displaying the new Identities properly
Diffstat (limited to 'doc/md/git-bug_show.md')
-rw-r--r-- | doc/md/git-bug_show.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/git-bug_show.md b/doc/md/git-bug_show.md index 21d5460c..40152ede 100644 --- a/doc/md/git-bug_show.md +++ b/doc/md/git-bug_show.md @@ -13,7 +13,7 @@ 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] + -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 ``` |