summary refs log tree commit diff
path: root/synapse/_scripts
diff options
context:
space:
mode:
authorBrendan Abolivier <babolivier@matrix.org>2022-07-19 16:14:02 +0200
committerBrendan Abolivier <babolivier@matrix.org>2022-07-19 16:14:02 +0200
commit47822fd2e863719175ff512ce3e0234135d72ebf (patch)
tree8e251812da29d36348f23292b08282484e9bd15e /synapse/_scripts
parentReduce memory usage of state group cache (#13323) (diff)
parentImprove precision on validation improvements (diff)
downloadsynapse-47822fd2e863719175ff512ce3e0234135d72ebf.tar.xz
Merge branch 'master' into develop
Diffstat (limited to 'synapse/_scripts')
-rwxr-xr-xsynapse/_scripts/generate_config.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/synapse/_scripts/generate_config.py b/synapse/_scripts/generate_config.py

index 08eb8ef114..06c11c60da 100755 --- a/synapse/_scripts/generate_config.py +++ b/synapse/_scripts/generate_config.py
@@ -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"], )