From 07e53906595c362f4d2bb25bf4a2fdb2a35983ca Mon Sep 17 00:00:00 2001 From: Zev Benjamin Date: Fri, 29 Mar 2013 15:40:53 -0400 Subject: [PATCH] Fix subscribe/unsubscribe example help text (imported from commit 886066daa80b377b71b19f992d6733d87bc4d9d3) --- examples/subscribe | 3 ++- examples/unsubscribe | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/examples/subscribe b/examples/subscribe index 1d2fe9f..3175afd 100755 --- a/examples/subscribe +++ b/examples/subscribe @@ -29,7 +29,8 @@ usage = """subscribe --user= [options] --streams= Ensures the user is subscribed to the listed streams. -Example: subscribe --user=tabbott@humbughq.com --site=https://zephyr.humbughq.com +Examples: subscribe --user=tabbott@humbughq.com --site=https://zephyr.humbughq.com --streams=foo + subscribe --user=tabbott@humbughq.com --site=https://zephyr.humbughq.com --streams='foo bar' """ sys.path.append(path.join(path.dirname(__file__), '..')) import humbug diff --git a/examples/unsubscribe b/examples/unsubscribe index b63a78f..f740d51 100755 --- a/examples/unsubscribe +++ b/examples/unsubscribe @@ -29,7 +29,8 @@ usage = """unsubscribe --user= [options] --streams= Ensures the user is not subscribed to the listed streams. -Example: unsubscribe --user=tabbott@humbughq.com --site=https://zephyr.humbughq.com +Examples: unsubscribe --user=tabbott@humbughq.com --site=https://zephyr.humbughq.com --streams=foo + unsubscribe --user=tabbott@humbughq.com --site=https://zephyr.humbughq.com --streams='foo bar' """ sys.path.append(path.join(path.dirname(__file__), '..')) import humbug