Skip to content

Commit 518d527

Browse files
author
Dylan Huang
committed
fix typo
1 parent ac4fbbb commit 518d527

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eval_protocol/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -303,7 +303,7 @@ def parse_args(args=None):
303303
logs_parser.add_argument("--debug", action="store_true", help="Enable debug mode")
304304
logs_parser.add_argument("--disable-elasticsearch-setup", action="store_true", help="Disable Elasticsearch setup")
305305
logs_parser.add_argument(
306-
"--use-env-elasticsearch-confi",
306+
"--use-env-elasticsearch-config",
307307
action="store_true",
308308
help="Use env vars for Elasticsearch config (requires ELASTICSEARCH_URL, ELASTICSEARCH_API_KEY, ELASTICSEARCH_INDEX_NAME)",
309309
)

0 commit comments

Comments
 (0)