diff options
author | Michael Muré <batolettre@gmail.com> | 2021-02-28 21:39:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-28 21:39:57 +0100 |
commit | 87bc42fb4695872b82cfa9a922d423df7ff21132 (patch) | |
tree | 10067adb2ec24b4aa9f27ca2b0caa7da2055c618 /doc/man | |
parent | 78ca2783191e363ea192fa0c18bdd5c4e615bb8a (diff) | |
parent | ea329aed6909cac85680dbae37f6f4dcca134f8b (diff) | |
download | git-bug-87bc42fb4695872b82cfa9a922d423df7ff21132.tar.gz |
Merge pull request #584 from MichaelMure/upstream-host-cmdflag
Add option to specify host address
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-webui.1 | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1 index 954250a2..6e4622be 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,7 +35,7 @@ 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] |