diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2022-07-19 13:38:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-07-19 12:38:29 +0000 |
commit | 6faaf76a3239c3fd1a9adc0b45b04fcf43237824 (patch) | |
tree | fac7085fc1a5b23850b38938b75540d7a08d2a2e /synapse/_scripts | |
parent | Update changelog once more (diff) | |
download | synapse-6faaf76a3239c3fd1a9adc0b45b04fcf43237824.tar.xz |
Remove 'anonymised' from the phone home stats documentation (#13321)
Diffstat (limited to 'synapse/_scripts')
-rwxr-xr-x | synapse/_scripts/generate_config.py | 2 |
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"], ) |