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