Merge branch 'master' into develop

This commit is contained in:
Brendan Abolivier 2022-07-19 16:14:02 +02:00
commit 47822fd2e8
No known key found for this signature in database
GPG key ID: CB2B33F7C23D44C6
11 changed files with 55 additions and 32 deletions

View file

@ -33,7 +33,7 @@ def main() -> None:
parser.add_argument(
"--report-stats",
action="store",
help="Whether the generated config reports anonymized usage statistics",
help="Whether the generated config reports homeserver usage statistics",
choices=["yes", "no"],
)