aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorMichael Muré <batolettre@gmail.com>2021-03-07 21:44:48 +0100
committerMichael Muré <batolettre@gmail.com>2021-03-07 21:44:48 +0100
commit3a819525d7811dcfb01d928af0e243de4388c456 (patch)
treee8706dfe1679dd2dcb4524ef0473a6d0fa4f4227 /doc
parent626ec9835b4450fb2994ec931357279700437b6b (diff)
downloadgit-bug-3a819525d7811dcfb01d928af0e243de4388c456.tar.gz
commands: minor fixes for the webui open with query
- go fmt - add a shorthand - fix displayed webUI URL in the terminal
Diffstat (limited to 'doc')
-rw-r--r--doc/man/git-bug-webui.14
-rw-r--r--doc/md/git-bug_webui.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1
index 6bed9143..782cba56 100644
--- a/doc/man/git-bug-webui.1
+++ b/doc/man/git-bug-webui.1
@@ -42,8 +42,8 @@ Available git config:
Whether to run the web UI in read\-only mode
.PP
-\fB\-\-query\fP=""
- Set a custom query
+\fB\-q\fP, \fB\-\-query\fP=""
+ The query to open in the web UI bug list
.PP
\fB\-h\fP, \fB\-\-help\fP[=false]
diff --git a/doc/md/git-bug_webui.md b/doc/md/git-bug_webui.md
index 0cdfd517..2d6be920 100644
--- a/doc/md/git-bug_webui.md
+++ b/doc/md/git-bug_webui.md
@@ -22,7 +22,7 @@ git-bug webui [flags]
--no-open Prevent the automatic opening of the web UI in the default browser
-p, --port int Port to listen to (default to random available port)
--read-only Whether to run the web UI in read-only mode
- --query string Set a custom query
+ -q, --query string The query to open in the web UI bug list
-h, --help help for webui
```