Skip to content

Commit

Permalink
Fix --es-api-key argument help text
Browse files Browse the repository at this point in the history
  • Loading branch information
dolaru authored and sethmlarson committed Apr 27, 2022
1 parent 492bb96 commit 3255f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/eland_import_hub_model
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 3255f55

Please sign in to comment.