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:
Zev Benjamin 2013-04-01 13:03:49 -04:00
parent 07e5390659
commit 56f3a33c01
7 changed files with 9 additions and 9 deletions

View file

@ -30,7 +30,7 @@ usage = """send-message [options] <recipients>
Sends a test message to the specified recipients.
Example: send-message --sender=you@example.com --type=stream commits --subject="my subject" --message="test message"
Example: send-message --sender=you@example.com --site=https://zephyr.humbughq.com user1@example.com user2@example.com
Example: send-message --sender=you@example.com user1@example.com user2@example.com
"""
parser = optparse.OptionParser(usage=usage)
parser.add_option('--api-key')