register_server: Rename flag to --agree-to-terms-of-service.

That's a better style than the underscores.
This commit is contained in:
Mateusz Mandera
2025-02-14 02:34:19 +08:00
committed by Tim Abbott
parent 1c57e04cc1
commit 367d193639
2 changed files with 2 additions and 2 deletions

View File

@@ -30,7 +30,7 @@ class Command(ZulipBaseCommand):
@override
def add_arguments(self, parser: ArgumentParser) -> None:
parser.add_argument(
"--agree_to_terms_of_service",
"--agree-to-terms-of-service",
action="store_true",
help="Agree to the Zulipchat Terms of Service: https://zulip.com/policies/terms.",
)