Fix subscribe/unsubscribe example help text
(imported from commit 886066daa80b377b71b19f992d6733d87bc4d9d3)
This commit is contained in:
parent
1123d43b1a
commit
07e5390659
|
@ -29,7 +29,8 @@ usage = """subscribe --user=<email address> [options] --streams=<streams>
|
||||||
|
|
||||||
Ensures the user is subscribed to the listed 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__), '..'))
|
sys.path.append(path.join(path.dirname(__file__), '..'))
|
||||||
import humbug
|
import humbug
|
||||||
|
|
|
@ -29,7 +29,8 @@ usage = """unsubscribe --user=<email address> [options] --streams=<streams>
|
||||||
|
|
||||||
Ensures the user is not subscribed to the listed 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__), '..'))
|
sys.path.append(path.join(path.dirname(__file__), '..'))
|
||||||
import humbug
|
import humbug
|
||||||
|
|
Loading…
Reference in a new issue