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 32f91f4ab0
commit f7101aa3ef

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)