parser: add auth group for (pw | token)

This commit is contained in:
Guilhem Saurel
2023-03-08 16:12:24 +01:00
parent 10dc53f753
commit 96bccc7498
2 changed files with 10 additions and 9 deletions

View File

@@ -35,7 +35,7 @@ docker run --rm -it nim65s/matrix-webhook -h
```
```
usage: python -m matrix_webhook [-h] [-H HOST] [-P PORT] [-u MATRIX_URL] -i MATRIX_ID [-p MATRIX_PW] [-t MATRIX_TOKEN] -k API_KEY [-v]
usage: python -m matrix_webhook [-h] [-H HOST] [-P PORT] [-u MATRIX_URL] -i MATRIX_ID (-p MATRIX_PW | -t MATRIX_TOKEN) -k API_KEY [-v]
Configuration for Matrix Webhook.