From d3f2fb0d1808ce512092707978390a42b6e2d0fd Mon Sep 17 00:00:00 2001 From: Steve Moyer Date: Tue, 16 Aug 2022 08:01:17 -0400 Subject: docs(847): add compact to docs and bash for ls command's format flag --- doc/md/git-bug_ls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/md/git-bug_ls.md') 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 ``` -- cgit