bots: zulip_bot_output.py: Adjust examples in help text.
This commit is contained in:
parent
682ef81970
commit
dd283d88f6
|
@ -20,7 +20,8 @@ current_dir = os.path.dirname(os.path.abspath(__file__))
|
||||||
def parse_args():
|
def parse_args():
|
||||||
description = (
|
description = (
|
||||||
"A tool to test a bot: given a provided message, provides the bot response.\n\n"
|
"A tool to test a bot: given a provided message, provides the bot response.\n\n"
|
||||||
'Example: %(prog)s xkcd "1"')
|
'Examples: %(prog)s xkcd 1\n'
|
||||||
|
' %(prog)s ./bot_folder/my_own_bot.py "test message"')
|
||||||
epilog = (
|
epilog = (
|
||||||
"The message need only be enclosed in quotes if empty or containing spaces.\n\n"
|
"The message need only be enclosed in quotes if empty or containing spaces.\n\n"
|
||||||
"(Internally, this program loads bot-related code from the library code and\n"
|
"(Internally, this program loads bot-related code from the library code and\n"
|
||||||
|
|
Loading…
Reference in a new issue