From 06c0cb82fa8f4bf672c2b6e4d9969c3fba66df5f Mon Sep 17 00:00:00 2001 From: derAnfaenger Date: Fri, 1 Sep 2017 12:29:19 +0200 Subject: [PATCH] zulip_bots run.py: Clean help messages. --- zulip_bots/zulip_bots/run.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/zulip_bots/zulip_bots/run.py b/zulip_bots/zulip_bots/run.py index da96242..20383df 100755 --- a/zulip_bots/zulip_bots/run.py +++ b/zulip_bots/zulip_bots/run.py @@ -59,7 +59,7 @@ def parse_args(): parser.add_argument('--quiet', '-q', action='store_true', - help='Turn off logging output.') + help='turn off logging output') parser.add_argument('--config-file', action='store', @@ -71,11 +71,11 @@ def parse_args(): parser.add_argument('--force', action='store_true', - help='Try running the bot even if dependencies install fails.') + help='try running the bot even if dependencies install fails') parser.add_argument('--provision', action='store_true', - help='Install dependencies for the bot.') + help='install dependencies for the bot') args = parser.parse_args() if not args.name and not args.path_to_bot: