Skip to content

Commit ce89493

Browse files
authored
Merge pull request #24 from E3SM-Project/bartgol/fix-help-msg
2 parents d906bb1 + 122428a commit ce89493

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cacts/cacts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -531,9 +531,9 @@ def parse_command_line(args, description, version):
531531
{0} --help
532532
533533
\033[1mEXAMPLES:\033[0m
534-
\033[1;32m# Run all tests on machine FOO, using yaml config file /bar.yaml on machine 'mappy' \033[0m
534+
\033[1;32m# Run all tests on machine 'foo', using yaml config file /bar.yaml \033[0m
535535
> cd $scream_repo/components/eamxx
536-
> ./scripts/{0} -m mappy -f /bar.yaml
536+
> ./scripts/{0} -m foo -f /bar.yaml
537537
""".format(pathlib.Path(args[0]).name),
538538
description=description,
539539
formatter_class=GoodFormatter

0 commit comments

Comments
 (0)