diff options
author | Michael Muré <batolettre@gmail.com> | 2020-06-24 14:52:48 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-06-24 15:10:57 +0200 |
commit | 1d06244c82b18959878cf199cd8dd500bbc46aa7 (patch) | |
tree | 0e4bf047c80545773d3a4967ba53531885411242 /doc/md/git-bug_ls.md | |
parent | ebd1030cdefb0fb1b65af4e856a9e62cba713ed6 (diff) | |
download | git-bug-1d06244c82b18959878cf199cd8dd500bbc46aa7.tar.gz |
cmds: cleanup and re-generate files
Diffstat (limited to 'doc/md/git-bug_ls.md')
-rw-r--r-- | doc/md/git-bug_ls.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/git-bug_ls.md b/doc/md/git-bug_ls.md index 32941e4f..1532efab 100644 --- a/doc/md/git-bug_ls.md +++ b/doc/md/git-bug_ls.md @@ -35,7 +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") + -f, --format string Select the output formatting style. Valid values are [default,plain,json,org-mode] (default "default") -h, --help help for ls ``` |