diff options
Diffstat (limited to 'doc/md')
-rw-r--r-- | doc/md/git-bug_ls.md | 18 | ||||
-rw-r--r-- | doc/md/git-bug_show.md | 2 |
2 files changed, 11 insertions, 9 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 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 ``` |