From eaaebb54be10c424191ad150cebb229292d83017 Mon Sep 17 00:00:00 2001 From: Sean Whalen Date: Tue, 27 Nov 2018 12:16:48 -0500 Subject: [PATCH] Clean up CLI healp --- parsedmarc/cli.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/parsedmarc/cli.py b/parsedmarc/cli.py index 49f5ac8..902c11a 100644 --- a/parsedmarc/cli.py +++ b/parsedmarc/cli.py @@ -157,13 +157,13 @@ def _main(): arg_parser.add_argument("-K", "--kafka-hosts", nargs="*", help="A list of one or more Kafka hostnames") arg_parser.add_argument("--kafka-username", - help=""""An optional Kafka username - Note: For Azure Event hub, this is - literally $ConnectionString""") + help='An optional Kafka username\nNote: For ' + 'Azure Event hub, this is literally ' + '"$ConnectionString"') arg_parser.add_argument("--kafka-password", - help=""""An optional Kafka password - Note: For Azure Event hub, this is - the Azure-provided connection string""") + help="An optional Kafka password\n" + "Note: For Azure Event hub, this is the " + "Azure-provided connection string") arg_parser.add_argument("--kafka-use-ssl", action="store_true", help="""Use SSL/TLS to connect to Kafka