mirror of
https://github.com/elastic/eland.git
synced 2025-07-11 00:02:14 +08:00
Fix --es-api-key
argument help text
This commit is contained in:
parent
492bb9683a
commit
3255f55d71
@ -80,7 +80,7 @@ def get_arg_parser():
|
|||||||
"--es-api-key",
|
"--es-api-key",
|
||||||
required=False,
|
required=False,
|
||||||
default=os.environ.get("ES_API_KEY"),
|
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(
|
parser.add_argument(
|
||||||
"--task-type",
|
"--task-type",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user