aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md/git-bug_ls.md
diff options
context:
space:
mode:
authorSteve Moyer <smoyer1@selesy.com>2022-08-16 08:30:54 -0400
committerGitHub <noreply@github.com>2022-08-16 08:30:54 -0400
commit94e3bc85d4dea8eefa6c659e2f892b09dd7ddb41 (patch)
tree84124e150b0d8b2aaef9eab056aea8a1af565b72 /doc/md/git-bug_ls.md
parentcd52872475f1b39f3fb6546606c1e78afb6c08e3 (diff)
parentd3f2fb0d1808ce512092707978390a42b6e2d0fd (diff)
downloadgit-bug-94e3bc85d4dea8eefa6c659e2f892b09dd7ddb41.tar.gz
Merge pull request #848 from MichaelMure/docs-847-add-ls-compact
docs(847): add compact to docs and completion for ls command's format flag
Diffstat (limited to 'doc/md/git-bug_ls.md')
-rw-r--r--doc/md/git-bug_ls.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/git-bug_ls.md b/doc/md/git-bug_ls.md
index 7d1e490d..a40b3fd9 100644
--- a/doc/md/git-bug_ls.md
+++ b/doc/md/git-bug_ls.md
@@ -42,7 +42,7 @@ git bug ls status:open --by creation "foo bar" baz
-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,json,org-mode] (default "default")
+ -f, --format string Select the output formatting style. Valid values are [default,plain,compact,json,org-mode] (default "default")
-h, --help help for ls
```