aboutsummaryrefslogtreecommitdiffstats
path: root/doc/man
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2019-04-11 20:04:44 +0200
committerMichael Muré <batolettre@gmail.com>2019-04-11 20:04:44 +0200
commit5eeeae7cdf24083277076041c4e8cdc6b4737fda (patch)
tree0e1e8b6a44650a146a296b3710757c309d420617 /doc/man
parent4fac4abbcd357b9a8a99222af15a7c5fca9f5633 (diff)
downloadgit-bug-5eeeae7cdf24083277076041c4e8cdc6b4737fda.tar.gz
commands: fix ls not displaying the new Identities properly
Diffstat (limited to 'doc/man')
-rw-r--r--doc/man/git-bug-ls.18
-rw-r--r--doc/man/git-bug-show.12
2 files changed, 9 insertions, 1 deletions
diff --git a/doc/man/git-bug-ls.1 b/doc/man/git-bug-ls.1
index 3d2bc4e8..aae57c1d 100644
--- a/doc/man/git-bug-ls.1
+++ b/doc/man/git-bug-ls.1
@@ -31,6 +31,14 @@ You can pass an additional query to filter and order the list. This query can be
Filter by author
.PP
+\fB\-p\fP, \fB\-\-participant\fP=[]
+ Filter by participant
+
+.PP
+\fB\-A\fP, \fB\-\-actor\fP=[]
+ Filter by actor
+
+.PP
\fB\-l\fP, \fB\-\-label\fP=[]
Filter by label
diff --git a/doc/man/git-bug-show.1 b/doc/man/git-bug-show.1
index 3dfb4419..9ad9c019 100644
--- a/doc/man/git-bug-show.1
+++ b/doc/man/git-bug-show.1
@@ -21,7 +21,7 @@ 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,humanId,id,labels,shortId,status,title]
+ Select field to display. Valid values are [author,authorEmail,createTime,humanId,id,labels,shortId,status,title,actors,participants]
.PP
\fB\-h\fP, \fB\-\-help\fP[=false]