From 3e41812ddb0c1879f9c37a7f952db073b115c85b Mon Sep 17 00:00:00 2001 From: Michael Muré Date: Wed, 18 Jan 2023 17:08:02 +0100 Subject: commands: different pattern to detect changed flags --- doc/md/git-bug_bug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/md') diff --git a/doc/md/git-bug_bug.md b/doc/md/git-bug_bug.md index 5b79bb97..0917f654 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,id,json,org-mode] + -f, --format string Select the output formatting style. Valid values are [default,plain,id,json,org-mode] (default "default") -h, --help help for bug ``` -- cgit