diff options
Diffstat (limited to 'doc/md/git-bug_ls.md')
-rw-r--r-- | doc/md/git-bug_ls.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/md/git-bug_ls.md b/doc/md/git-bug_ls.md index 085a70c9..32941e4f 100644 --- a/doc/md/git-bug_ls.md +++ b/doc/md/git-bug_ls.md @@ -35,6 +35,7 @@ git bug ls --status closed --by creation -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") + -f, --format string Select the output formatting style. Valid values are [default, plain(text), json] (default "default") -h, --help help for ls ``` |