summary refs log tree commit diff
path: root/synapse/_scripts
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2019-11-12 13:08:12 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2019-11-12 13:08:12 +0000
commitbc29a19731c518dbd70f3adefc66061fb4629cee (patch)
tree0972f4fed7174d727cee976d84e8f85f582f7284 /synapse/_scripts
parentMerge pull request #6340 from matrix-org/babolivier/pagination_query (diff)
downloadsynapse-bc29a19731c518dbd70f3adefc66061fb4629cee.tar.xz
Replace instance variations of homeserver with correct case/spacing
Diffstat (limited to 'synapse/_scripts')
-rw-r--r--synapse/_scripts/register_new_matrix_user.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/synapse/_scripts/register_new_matrix_user.py b/synapse/_scripts/register_new_matrix_user.py
index bdcd915bbe..d528450c78 100644
--- a/synapse/_scripts/register_new_matrix_user.py
+++ b/synapse/_scripts/register_new_matrix_user.py
@@ -144,8 +144,8 @@ def main():
     logging.captureWarnings(True)
 
     parser = argparse.ArgumentParser(
-        description="Used to register new users with a given home server when"
-        " registration has been disabled. The home server must be"
+        description="Used to register new users with a given homeserver when"
+        " registration has been disabled. The homeserver must be"
         " configured with the 'registration_shared_secret' option"
         " set."
     )
@@ -202,7 +202,7 @@ def main():
         "server_url",
         default="https://localhost:8448",
         nargs="?",
-        help="URL to use to talk to the home server. Defaults to "
+        help="URL to use to talk to the homeserver. Defaults to "
         " 'https://localhost:8448'.",
     )