diff options
author | Michael Muré <batolettre@gmail.com> | 2021-04-09 13:01:14 +0200 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2021-04-09 13:01:14 +0200 |
commit | 1520f678f7a2bc6e01d9b01df5ce49f2f46be7d7 (patch) | |
tree | f6d71c1f29cf06ccab9e4ae434b19ab17caa4385 /doc/man/git-bug-webui.1 | |
parent | 0fd570171d171aa574d7f01d6033a9c01d668465 (diff) | |
parent | bc5f618eba812859bf87ce2c31b278bd518d4555 (diff) | |
download | git-bug-1520f678f7a2bc6e01d9b01df5ce49f2f46be7d7.tar.gz |
Merge remote-tracking branch 'origin/master' into dev-gh-bridge
Diffstat (limited to 'doc/man/git-bug-webui.1')
-rw-r--r-- | doc/man/git-bug-webui.1 | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1 index 954250a2..782cba56 100644 --- a/doc/man/git-bug-webui.1 +++ b/doc/man/git-bug-webui.1 @@ -22,6 +22,10 @@ Available git config: .SH OPTIONS .PP +\fB\-\-host\fP="127.0.0.1" + Network address or hostname to listen to (default to 127.0.0.1) + +.PP \fB\-\-open\fP[=false] Automatically open the web UI in the default browser @@ -31,13 +35,17 @@ Available git config: .PP \fB\-p\fP, \fB\-\-port\fP=0 - Port to listen to (default is random) + Port to listen to (default to random available port) .PP \fB\-\-read\-only\fP[=false] Whether to run the web UI in read\-only mode .PP +\fB\-q\fP, \fB\-\-query\fP="" + The query to open in the web UI bug list + +.PP \fB\-h\fP, \fB\-\-help\fP[=false] help for webui |