diff options
author | Steve Moyer <smoyer1@selesy.com> | 2023-01-17 20:31:58 -0500 |
---|---|---|
committer | Steve Moyer <smoyer1@selesy.com> | 2023-01-17 20:31:58 -0500 |
commit | 331e80f2eff161236da2ac4e03c9a2d9493e356c (patch) | |
tree | 84d18a86e3a656f30f1724c7f12a618bd9670ed4 /doc/md/git-bug_bug.md | |
parent | 0bddfe1d9d737dfbd5c818ac32d79f578129d5d8 (diff) | |
parent | 0290091317deb9e6c0ff99f9217065168620d2f0 (diff) | |
download | git-bug-331e80f2eff161236da2ac4e03c9a2d9493e356c.tar.gz |
Merge branch 'master' of github.com:MichaelMure/git-bug
Diffstat (limited to 'doc/md/git-bug_bug.md')
-rw-r--r-- | doc/md/git-bug_bug.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 ``` |