Fix descriptions of some API examples.

(imported from commit 105211905b27d03906506af41522854cbb53479a)
This commit is contained in:
Tim Abbott 2012-10-11 15:53:50 -04:00
parent 60464f7976
commit eb8a9f5ad5
2 changed files with 2 additions and 2 deletions

View file

@ -5,7 +5,7 @@ import optparse
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
"""

View file

@ -5,7 +5,7 @@ import optparse
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
"""