Fix --es-api-key argument help text

This commit is contained in:
David Olaru 2022-04-27 19:42:03 +01:00 committed by Seth Michael Larson
parent 492bb9683a
commit 3255f55d71

View File

@ -80,7 +80,7 @@ def get_arg_parser():
"--es-api-key",
required=False,
default=os.environ.get("ES_API_KEY"),
help="Password for the Elasticsearch user specified with -u/--username"
help="API key for Elasticsearch"
)
parser.add_argument(
"--task-type",