diff options
author | Steve Moyer <smoyer1@selesy.com> | 2022-08-16 08:01:17 -0400 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2022-08-16 08:01:17 -0400 |
commit | d3f2fb0d1808ce512092707978390a42b6e2d0fd (patch) | |
tree | 84124e150b0d8b2aaef9eab056aea8a1af565b72 /doc/man | |
parent | cd52872475f1b39f3fb6546606c1e78afb6c08e3 (diff) | |
download | git-bug-d3f2fb0d1808ce512092707978390a42b6e2d0fd.tar.gz |
docs(847): add compact to docs and bash for ls command's format flag
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-ls.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/man/git-bug-ls.1 b/doc/man/git-bug-ls.1 index 61a37610..873cf68c 100644 --- a/doc/man/git-bug-ls.1 +++ b/doc/man/git-bug-ls.1 @@ -62,7 +62,7 @@ You can pass an additional query to filter and order the list. This query can be .PP \fB-f\fP, \fB--format\fP="default" - Select the output formatting style. Valid values are [default,plain,json,org-mode] + Select the output formatting style. Valid values are [default,plain,compact,json,org-mode] .PP \fB-h\fP, \fB--help\fP[=false] |