diff options
Diffstat (limited to 'doc/man/git-bug-webui.1')
-rw-r--r-- | doc/man/git-bug-webui.1 | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1 index 782cba56..ae6c7837 100644 --- a/doc/man/git-bug-webui.1 +++ b/doc/man/git-bug-webui.1 @@ -1,14 +1,14 @@ .nh -.TH "GIT\-BUG" "1" "Apr 2019" "Generated from git\-bug's source code" "" +.TH "GIT-BUG" "1" "Apr 2019" "Generated from git-bug's source code" "" .SH NAME .PP -git\-bug\-webui \- Launch the web UI. +git-bug-webui - Launch the web UI. .SH SYNOPSIS .PP -\fBgit\-bug webui [flags]\fP +\fBgit-bug webui [flags]\fP .SH DESCRIPTION @@ -17,39 +17,39 @@ Launch the web UI. .PP Available git config: - git\-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser + git-bug.webui.open [bool]: control the automatic opening of the web UI in the default browser .SH OPTIONS .PP -\fB\-\-host\fP="127.0.0.1" +\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] +\fB--open\fP[=false] Automatically open the web UI in the default browser .PP -\fB\-\-no\-open\fP[=false] +\fB--no-open\fP[=false] Prevent the automatic opening of the web UI in the default browser .PP -\fB\-p\fP, \fB\-\-port\fP=0 +\fB-p\fP, \fB--port\fP=0 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 +\fB--read-only\fP[=false] + Whether to run the web UI in read-only mode .PP -\fB\-q\fP, \fB\-\-query\fP="" +\fB-q\fP, \fB--query\fP="" The query to open in the web UI bug list .PP -\fB\-h\fP, \fB\-\-help\fP[=false] +\fB-h\fP, \fB--help\fP[=false] help for webui .SH SEE ALSO .PP -\fBgit\-bug(1)\fP +\fBgit-bug(1)\fP |