diff options
author | Michael Muré <batolettre@gmail.com> | 2020-02-23 14:38:02 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-02-23 14:38:02 +0100 |
commit | 4559af5e71a2d6d1c53329e565d101c3eadacf6e (patch) | |
tree | 68a9ca95b43663793a7df52150a0f07be9502277 /doc/man/git-bug-ls.1 | |
parent | da2eb3c519be1da8adf1ab0da8dbb526cfce9a73 (diff) | |
download | git-bug-4559af5e71a2d6d1c53329e565d101c3eadacf6e.tar.gz |
update auto-generated files
Diffstat (limited to 'doc/man/git-bug-ls.1')
-rw-r--r-- | doc/man/git-bug-ls.1 | 27 |
1 files changed, 13 insertions, 14 deletions
diff --git a/doc/man/git-bug-ls.1 b/doc/man/git-bug-ls.1 index aae57c1d..2fc1d337 100644 --- a/doc/man/git-bug-ls.1 +++ b/doc/man/git-bug-ls.1 @@ -1,7 +1,6 @@ -.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .nh -.ad l - +.TH GIT\-BUG(1)Apr 2019 +Generated from git\-bug's source code .SH NAME .PP @@ -10,7 +9,7 @@ git\-bug\-ls \- List bugs. .SH SYNOPSIS .PP -\fBgit\-bug ls [<query>] [flags]\fP +\fBgit\-bug ls [] [flags]\fP .SH DESCRIPTION @@ -24,43 +23,43 @@ You can pass an additional query to filter and order the list. This query can be .SH OPTIONS .PP \fB\-s\fP, \fB\-\-status\fP=[] - Filter by status. Valid values are [open,closed] + Filter by status. Valid values are [open,closed] .PP \fB\-a\fP, \fB\-\-author\fP=[] - Filter by author + Filter by author .PP \fB\-p\fP, \fB\-\-participant\fP=[] - Filter by participant + Filter by participant .PP \fB\-A\fP, \fB\-\-actor\fP=[] - Filter by actor + Filter by actor .PP \fB\-l\fP, \fB\-\-label\fP=[] - Filter by label + Filter by label .PP \fB\-t\fP, \fB\-\-title\fP=[] - Filter by title + Filter by title .PP \fB\-n\fP, \fB\-\-no\fP=[] - Filter by absence of something. Valid values are [label] + Filter by absence of something. Valid values are [label] .PP \fB\-b\fP, \fB\-\-by\fP="creation" - Sort the results by a characteristic. Valid values are [id,creation,edit] + Sort the results by a characteristic. Valid values are [id,creation,edit] .PP \fB\-d\fP, \fB\-\-direction\fP="asc" - Select the sorting direction. Valid values are [asc,desc] + Select the sorting direction. Valid values are [asc,desc] .PP \fB\-h\fP, \fB\-\-help\fP[=false] - help for ls + help for ls .SH EXAMPLE |