aboutsummaryrefslogtreecommitdiffstats
path: root/doc/md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/md')
-rw-r--r--doc/md/git-bug.md2
-rw-r--r--doc/md/git-bug_ls-id.md4
-rw-r--r--doc/md/git-bug_webui.md8
3 files changed, 10 insertions, 4 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.
diff --git a/doc/md/git-bug_ls-id.md b/doc/md/git-bug_ls-id.md
index 2e99f134..0117474c 100644
--- a/doc/md/git-bug_ls-id.md
+++ b/doc/md/git-bug_ls-id.md
@@ -1,10 +1,10 @@
## git-bug ls-id
-List Bug Id
+List bug identifiers.
### Synopsis
-List Bug Id
+List bug identifiers.
```
git-bug ls-id [<prefix>] [flags]
diff --git a/doc/md/git-bug_webui.md b/doc/md/git-bug_webui.md
index cc3a85de..f3ab724a 100644
--- a/doc/md/git-bug_webui.md
+++ b/doc/md/git-bug_webui.md
@@ -6,6 +6,10 @@ Launch the web UI.
Launch the web UI.
+Available git config:
+ git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser
+
+
```
git-bug webui [flags]
```
@@ -13,7 +17,9 @@ git-bug webui [flags]
### Options
```
- -p, --port int Port to listen to
+ --open Automatically open the web UI in the default browser
+ --no-open Prevent the automatic opening of the web UI in the default browser
+ -p, --port int Port to listen to (default is random)
-h, --help help for webui
```