api: Add an extra send_message example.
(imported from commit fe5ab550fa862f587cdf7987c5b238dffab45672)
This commit is contained in:
parent
03dc2b2af1
commit
4903843151
|
@ -29,6 +29,7 @@ usage = """send-message [options] <recipient>
|
||||||
|
|
||||||
Sends a test message to the specified recipients.
|
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
|
Example: send-message --site=https://zephyr.humbughq.com iago@humbughq.com
|
||||||
"""
|
"""
|
||||||
parser = optparse.OptionParser(usage=usage)
|
parser = optparse.OptionParser(usage=usage)
|
||||||
|
|
Loading…
Reference in a new issue