api: remove use of zulip.com domain in API bindings.

This commit is contained in:
Tim Abbott
2016-12-15 09:35:37 -08:00
parent 34d7c2266b
commit e1ed8e61d8
4 changed files with 4 additions and 4 deletions

View File

@@ -31,7 +31,7 @@ usage = """create-user --new-email=<email address> --new-password=<password> --n
Create a user. You must be a realm admin to use this API, and the user
will be created in your realm.
Example: create-user --site=http://localhost:9991 --user=rwbarton@zulip.com --new-email=jarthur@zulip.com --new-password=random17 --new-full-name 'J. Arthur Random' --new-short-name='jarthur'
Example: create-user --site=http://localhost:9991 --user=rwbarton@example.com --new-email=jarthur@example.com --new-password=random17 --new-full-name 'J. Arthur Random' --new-short-name='jarthur'
"""
sys.path.append(path.join(path.dirname(__file__), '..'))