api: Extend documentation a bit.

(imported from commit fd435286e12ffebad8476cc8005303b2d8d70fd9)
This commit is contained in:
Tim Abbott 2012-11-27 11:19:05 -05:00
parent ca34a2a02f
commit ebf009b232
2 changed files with 47 additions and 1 deletions

View file

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