api: Add an extra send_message example.

(imported from commit fe5ab550fa862f587cdf7987c5b238dffab45672)
This commit is contained in:
Tim Abbott 2012-11-26 11:03:41 -05:00
parent 03dc2b2af1
commit 4903843151

View file

@ -29,6 +29,7 @@ usage = """send-message [options] <recipient>
Sends a test message to the specified recipients.
Example: send-message --type=stream commits
Example: send-message --site=https://zephyr.humbughq.com iago@humbughq.com
"""
parser = optparse.OptionParser(usage=usage)