diff options
author | Luke Granger-Brown <git@lukegb.com> | 2020-06-18 02:52:33 +0100 |
---|---|---|
committer | Michael Muré <batolettre@gmail.com> | 2020-06-27 22:56:10 +0200 |
commit | 4a28f25347addf05708cdff37ecace4139f01779 (patch) | |
tree | 145e5fd420f70b182d66a5824d76300b5307d509 /doc/man | |
parent | 23228101a2a38a139f6fc2cafc18e9f08d911089 (diff) | |
download | git-bug-4a28f25347addf05708cdff37ecace4139f01779.tar.gz |
Add support for read-only mode for web UI.
Fixes #402.
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 62d2e5dc..3fc6fc33 100644 --- a/doc/man/git-bug-webui.1 +++ b/doc/man/git-bug-webui.1 @@ -35,6 +35,10 @@ Available git config: Port to listen to (default is random) .PP +\fB\-\-read\-only\fP[=false] + Whether to run the web UI in read\-only mode + +.PP \fB\-h\fP, \fB\-\-help\fP[=false] help for webui |