bots: Mark --message/-m argument to zulip_bot_output.py as required.

This commit is contained in:
neiljp (Neil Pilgrim) 2017-09-30 12:39:59 -07:00 committed by derAnfaenger
parent 807afd2032
commit 34515454b5

View file

@ -34,6 +34,7 @@ def parse_args():
help='the name or path an existing bot to run') help='the name or path an existing bot to run')
parser.add_argument('--message', '-m', parser.add_argument('--message', '-m',
required=True,
action='store', action='store',
help='the message content to send to the bot') help='the message content to send to the bot')