Skip to content

Commit b954976

Browse files
committed
Fix typo in argparse help message
1 parent 9e43173 commit b954976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/scripts/benchmarks/main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ def validate_and_parse_env_args(env_args):
416416
parser.add_argument(
417417
"--output-dir",
418418
type=str,
419-
help="Location for output files, if --output-html or --output_markdown was specified.",
419+
help="Location for output files, if --output-html or --output-markdown was specified.",
420420
default=None,
421421
)
422422
parser.add_argument(

0 commit comments

Comments
 (0)