diff options
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 ``` |