diff options
author | Michael Muré <batolettre@gmail.com> | 2021-03-07 21:46:55 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-07 21:46:55 +0100 |
commit | 2a21b02af157275e20c4ce6d308b45f9a3d7ebaf (patch) | |
tree | e8706dfe1679dd2dcb4524ef0473a6d0fa4f4227 /doc/man | |
parent | 87bc42fb4695872b82cfa9a922d423df7ff21132 (diff) | |
parent | 3a819525d7811dcfb01d928af0e243de4388c456 (diff) | |
download | git-bug-2a21b02af157275e20c4ce6d308b45f9a3d7ebaf.tar.gz |
Merge pull request #593 from vmiklos/webui-query
webui: allow specifying the initial query
Diffstat (limited to 'doc/man')
-rw-r--r-- | doc/man/git-bug-webui.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/man/git-bug-webui.1 b/doc/man/git-bug-webui.1 index 6e4622be..782cba56 100644 --- a/doc/man/git-bug-webui.1 +++ b/doc/man/git-bug-webui.1 @@ -42,6 +42,10 @@ Available git config: 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 |