Skip to content

Commit

Permalink
Modify --help message of the plotting scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
aurianer committed Oct 31, 2024
1 parent a59472c commit e5b0a77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/postprocess.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,7 +380,7 @@ def parse_jobs_cmdargs(description):
parser.add_argument(
"--path",
action="append",
help="Plot results from this directory.",
help="Plot results from this directory. You can pass this option several times.",
)
parser.add_argument(
"--distinguish-dir",
Expand Down

0 comments on commit e5b0a77

Please sign in to comment.