diff options
author | sudoforge <no-reply@sudoforge.com> | 2024-08-25 10:44:32 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-25 17:44:32 +0000 |
commit | c3ff05f95bdfad6c2ea4cb899024fd47ac503b5f (patch) | |
tree | adbd88406090c2f4b0f83bca600488cc5a9c28a9 /doc/man/git-bug-bug.1 | |
parent | 2004fa79e6ae7645d964a03e2ae2dd808f7d486a (diff) | |
download | git-bug-c3ff05f95bdfad6c2ea4cb899024fd47ac503b5f.tar.gz |
chore: regenerate command completion and documentation (#1253)
Closes: #1209
Change-Id: Id19d5013b04ef5c99a99d367bbf3d618b8be068b
Diffstat (limited to 'doc/man/git-bug-bug.1')
-rw-r--r-- | doc/man/git-bug-bug.1 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/doc/man/git-bug-bug.1 b/doc/man/git-bug-bug.1 index db26518e..413d3ea4 100644 --- a/doc/man/git-bug-bug.1 +++ b/doc/man/git-bug-bug.1 @@ -70,10 +70,7 @@ You can pass an additional query to filter and order the list. This query can be .SH EXAMPLE -.PP -.RS - -.nf +.EX List open bugs sorted by last edition with a query: git bug status:open sort:edit-desc @@ -86,9 +83,7 @@ git bug "foo bar" baz Use queries, flags, and full text search: git bug status:open --by creation "foo bar" baz - -.fi -.RE +.EE .SH SEE ALSO |