diff options
author | Michael Muré <batolettre@gmail.com> | 2019-05-27 21:47:26 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2019-05-27 21:47:26 +0200 |
commit | 8bfc65df6c4db01e74e5793fb4da402078b37648 (patch) | |
tree | bf9ca09db5b46a90b5c270191b40f0ae4dbb42d5 /doc/md/git-bug.md | |
parent | d564e37b317a2d59a9694d80b03b40e5d36f741f (diff) | |
download | git-bug-8bfc65df6c4db01e74e5793fb4da402078b37648.tar.gz |
commands: add flags/config to control the automatic opening in the default browser
Diffstat (limited to 'doc/md/git-bug.md')
-rw-r--r-- | doc/md/git-bug.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/md/git-bug.md b/doc/md/git-bug.md index b47bd5c2..5f57f838 100644 --- a/doc/md/git-bug.md +++ b/doc/md/git-bug.md @@ -31,7 +31,7 @@ git-bug [flags] * [git-bug deselect](git-bug_deselect.md) - Clear the implicitly selected bug. * [git-bug label](git-bug_label.md) - Display, add or remove labels to/from a bug. * [git-bug ls](git-bug_ls.md) - List bugs. -* [git-bug ls-id](git-bug_ls-id.md) - List Bug Id +* [git-bug ls-id](git-bug_ls-id.md) - List bug identifiers. * [git-bug ls-label](git-bug_ls-label.md) - List valid labels. * [git-bug pull](git-bug_pull.md) - Pull bugs update from a git remote. * [git-bug push](git-bug_push.md) - Push bugs update to a git remote. |