From eb8a9f5ad596ca84144b1e8b1a22615b7d606c5f Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Thu, 11 Oct 2012 15:53:50 -0400 Subject: [PATCH] Fix descriptions of some API examples. (imported from commit 105211905b27d03906506af41522854cbb53479a) --- examples/get-public-streams | 2 +- examples/get-subscriptions | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/get-public-streams b/examples/get-public-streams index 33f8141..a7b080c 100644 --- a/examples/get-public-streams +++ b/examples/get-public-streams @@ -5,7 +5,7 @@ import optparse usage = """get-public-streams --user= [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 """ diff --git a/examples/get-subscriptions b/examples/get-subscriptions index 924c549..b51c435 100644 --- a/examples/get-subscriptions +++ b/examples/get-subscriptions @@ -5,7 +5,7 @@ import optparse usage = """get-subscriptions --user= [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 """