aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_ls.md
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/md/git-bug_ls.md
parent4fac4abbcd357b9a8a99222af15a7c5fca9f5633 (diff)
downloadgit-bug-5eeeae7cdf24083277076041c4e8cdc6b4737fda.tar.gz
commands: fix ls not displaying the new Identities properly
Diffstat (limited to 'doc/md/git-bug_ls.md')
-rw-r--r--doc/md/git-bug_ls.md18
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/md/git-bug_ls.md b/doc/md/git-bug_ls.md
index 9ab71884..085a70c9 100644
--- a/doc/md/git-bug_ls.md
+++ b/doc/md/git-bug_ls.md
@@ -26,14 +26,16 @@ git bug ls --status closed --by creation
### Options
```
- -s, --status strings Filter by status. Valid values are [open,closed]
- -a, --author strings Filter by author
- -l, --label strings Filter by label
- -t, --title strings Filter by title
- -n, --no strings Filter by absence of something. Valid values are [label]
- -b, --by string Sort the results by a characteristic. Valid values are [id,creation,edit] (default "creation")
- -d, --direction string Select the sorting direction. Valid values are [asc,desc] (default "asc")
- -h, --help help for ls
+ -s, --status strings Filter by status. Valid values are [open,closed]
+ -a, --author strings Filter by author
+ -p, --participant strings Filter by participant
+ -A, --actor strings Filter by actor
+ -l, --label strings Filter by label
+ -t, --title strings Filter by title
+ -n, --no strings Filter by absence of something. Valid values are [label]
+ -b, --by string Sort the results by a characteristic. Valid values are [id,creation,edit] (default "creation")
+ -d, --direction string Select the sorting direction. Valid values are [asc,desc] (default "asc")
+ -h, --help help for ls
```
### SEE ALSO