diff options
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-ls.1 | 8 | ||||
-rw-r--r-- | doc/man/git-bug-show.1 | 2 |
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] |