mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
register_server: Rename flag to --agree-to-terms-of-service.
That's a better style than the underscores.
This commit is contained in:
committed by
Tim Abbott
parent
1c57e04cc1
commit
367d193639
@@ -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.",
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user