summary refs log tree commit diff
path: root/synapse/_scripts/generate_config.py
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2022-07-19 13:38:29 +0100
committerGitHub <noreply@github.com>2022-07-19 12:38:29 +0000
commit6faaf76a3239c3fd1a9adc0b45b04fcf43237824 (patch)
treefac7085fc1a5b23850b38938b75540d7a08d2a2e /synapse/_scripts/generate_config.py
parentUpdate changelog once more (diff)
downloadsynapse-6faaf76a3239c3fd1a9adc0b45b04fcf43237824.tar.xz
Remove 'anonymised' from the phone home stats documentation (#13321)
Diffstat (limited to 'synapse/_scripts/generate_config.py')
-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"], )