From f23a7f07cc9d7e9b9407e0fcb99de6904f1b52a8 Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Tue, 17 Jan 2023 20:25:34 +0100 Subject: commands: remove compact style for "bug", as the width adaptive default renderer cover that usage --- doc/md/git-bug_bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/md/git-bug_bug.md') diff --git a/doc/md/git-bug_bug.md b/doc/md/git-bug_bug.md index c040cd16..5b79bb97 100644 --- a/doc/md/git-bug_bug.md +++ b/doc/md/git-bug_bug.md @@ -42,7 +42,7 @@ git bug 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,compact,id,json,org-mode] (default "default") + -f, --format string Select the output formatting style. Valid values are [default,plain,id,json,org-mode] -h, --help help for bug ``` -- cgit