api: remove use of zulip.com domain in API bindings.
This commit is contained in:
parent
746d9d2b6b
commit
b7f29327b6
4 changed files with 4 additions and 4 deletions
|
@ -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__), '..'))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue