Skip to content

Commit f87e78e

Browse files
Update src/perturbIC.py
Co-authored-by: Davide Marchegiani <[email protected]>
1 parent 16ed50a commit f87e78e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/perturbIC.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def parse_args():
2727
help = 'Amplitude of the perturbation.')
2828
parser.add_argument('-s','--seed', dest='seed', type=int
2929
help = 'The seed value used to generate the random perturbation (must be a non-negative integer).')
30-
parser.add_argument('ifile', help='Input file (modified in place)')
30+
parser.add_argument('ifile', metavar="INPUT_PATH", help='Path to the input file.')
3131
parser.add_argument('--validate', action='store_true',
3232
help='Validate the output fields file using mule validation.)
3333
args_parsed = parser.parse_args()

0 commit comments

Comments
 (0)