diff options
author | Michael Muré <batolettre@gmail.com> | 2023-01-18 17:08:02 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2023-01-18 19:09:32 +0100 |
commit | 3e41812ddb0c1879f9c37a7f952db073b115c85b (patch) | |
tree | 9c4bbe3fc62b0fa429a3e0392329d06d0ff47f45 /doc | |
parent | 248486708911105e7067cb1061607b712c39a60e (diff) | |
download | git-bug-3e41812ddb0c1879f9c37a7f952db073b115c85b.tar.gz |
commands: different pattern to detect changed flags
Diffstat (limited to 'doc')
-rw-r--r-- | doc/man/git-bug-bug.1 | 2 | ||||
-rw-r--r-- | doc/md/git-bug_bug.md | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/man/git-bug-bug.1 b/doc/man/git-bug-bug.1 index c9d2bd65..db26518e 100644 --- a/doc/man/git-bug-bug.1 +++ b/doc/man/git-bug-bug.1 @@ -61,7 +61,7 @@ You can pass an additional query to filter and order the list. This query can be Select the sorting direction. Valid values are [asc,desc] .PP -\fB-f\fP, \fB--format\fP="" +\fB-f\fP, \fB--format\fP="default" Select the output formatting style. Valid values are [default,plain,id,json,org-mode] .PP 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 ``` |