Remove the use of "--site" from the example scripts' usage text
Now that we're distributing these examples, we shouldn't be promoting the use of the "--site" option. (imported from commit 01ded4a851dc799fa6c7e902e937c4331ed92bf8)
This commit is contained in:
parent
07e5390659
commit
56f3a33c01
7 changed files with 9 additions and 9 deletions
|
@ -29,8 +29,8 @@ usage = """unsubscribe --user=<email address> [options] --streams=<streams>
|
|||
|
||||
Ensures the user is not subscribed to the listed streams.
|
||||
|
||||
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'
|
||||
Examples: unsubscribe --user=tabbott@humbughq.com --streams=foo
|
||||
unsubscribe --user=tabbott@humbughq.com --streams='foo bar'
|
||||
"""
|
||||
sys.path.append(path.join(path.dirname(__file__), '..'))
|
||||
import humbug
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue