mirror of
https://github.com/zulip/zulip.git
synced 2025-11-20 14:38:46 +00:00
api: remove use of zulip.com domain in API bindings.
This commit is contained in:
@@ -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__), '..'))
|
||||
|
||||
Reference in New Issue
Block a user