Fix descriptions of some API examples.
(imported from commit 105211905b27d03906506af41522854cbb53479a)
This commit is contained in:
parent
60464f7976
commit
eb8a9f5ad5
|
@ -5,7 +5,7 @@ import optparse
|
||||||
|
|
||||||
usage = """get-public-streams --user=<email address> [options]
|
usage = """get-public-streams --user=<email address> [options]
|
||||||
|
|
||||||
Prints out each message received by the indicated user.
|
Prints out all the public streams in the realm.
|
||||||
|
|
||||||
Example: get-public-streams --user=tabbott@humbughq.com --site=http://127.0.0.1:8000
|
Example: get-public-streams --user=tabbott@humbughq.com --site=http://127.0.0.1:8000
|
||||||
"""
|
"""
|
||||||
|
|
|
@ -5,7 +5,7 @@ import optparse
|
||||||
|
|
||||||
usage = """get-subscriptions --user=<email address> [options]
|
usage = """get-subscriptions --user=<email address> [options]
|
||||||
|
|
||||||
Prints out each message received by the indicated user.
|
Prints out a list of the user's subscriptions.
|
||||||
|
|
||||||
Example: get-subscriptions --user=tabbott@humbughq.com --site=http://127.0.0.1:8000
|
Example: get-subscriptions --user=tabbott@humbughq.com --site=http://127.0.0.1:8000
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue