Clean up CLI healp

This commit is contained in:
Sean Whalen
2018-11-27 12:16:48 -05:00
parent 1343b25963
commit eaaebb54be

View File

@@ -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