bots: zulip_bot_output.py: Add note to usage re using quotes.
This commit is contained in:
parent
4fff603f44
commit
7835f1cc19
|
@ -21,6 +21,7 @@ def parse_args():
|
||||||
usage = '''
|
usage = '''
|
||||||
zulip-bot-output <bot_name> <message>
|
zulip-bot-output <bot_name> <message>
|
||||||
Example: zulip-bot-output xkcd "1"
|
Example: zulip-bot-output xkcd "1"
|
||||||
|
The message need only be enclosed in quotes if empty or containing spaces.
|
||||||
This tool can be used for testing bots by sending simple messages
|
This tool can be used for testing bots by sending simple messages
|
||||||
and capturing the response.
|
and capturing the response.
|
||||||
(Internally, this program loads bot-related code from the
|
(Internally, this program loads bot-related code from the
|
||||||
|
|
Loading…
Reference in a new issue