aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2023-01-19 10:25:49 +0100
committerGitHub <noreply@github.com>2023-01-19 10:25:49 +0100
commita35bd4cda22586a35caf9529c1e51ec641b9168e (patch)
tree9c4bbe3fc62b0fa429a3e0392329d06d0ff47f45 /doc/md
parent248486708911105e7067cb1061607b712c39a60e (diff)
parent3e41812ddb0c1879f9c37a7f952db073b115c85b (diff)
downloadgit-bug-a35bd4cda22586a35caf9529c1e51ec641b9168e.tar.gz
Merge pull request #1002 from MichaelMure/changed-flag
commands: different pattern to detect changed flags
Diffstat (limited to 'doc/md')
-rw-r--r--doc/md/git-bug_bug.md2
1 files changed, 1 insertions, 1 deletions
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
```