Remove 'anonymised' from the phone home stats documentation (#13321)

This commit is contained in:
Andrew Morgan 2022-07-19 13:38:29 +01:00 committed by GitHub
parent f14c632134
commit 6faaf76a32
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 44 additions and 30 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"],
)