diff options
author | Michael Muré <batolettre@gmail.com> | 2022-08-23 17:16:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-23 17:16:17 +0200 |
commit | 5238f29076f358f4266c0e77cc5322537713f3c0 (patch) | |
tree | 17dc3df82229eea5c3500e2bd8448060dc1ae849 /doc/man | |
parent | 5a70e8b3a2e0fe3d1a1dcd4c24bb6bf64633cb7f (diff) | |
parent | 8d11e620a3d663cf21a62910d0f3961a8aff4be1 (diff) | |
download | git-bug-5238f29076f358f4266c0e77cc5322537713f3c0.tar.gz |
Merge pull request #859 from MichaelMure/webui-debug
webui: add a flag to log handling errors
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 ae6c7837..0fcfeac2 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--log-errors\fP[=false] + Whether to log errors + +.PP \fB-q\fP, \fB--query\fP="" The query to open in the web UI bug list |