We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16ed50a commit f87e78eCopy full SHA for f87e78e
src/perturbIC.py
@@ -27,7 +27,7 @@ def parse_args():
27
help = 'Amplitude of the perturbation.')
28
parser.add_argument('-s','--seed', dest='seed', type=int
29
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)')
+ parser.add_argument('ifile', metavar="INPUT_PATH", help='Path to the input file.')
31
parser.add_argument('--validate', action='store_true',
32
help='Validate the output fields file using mule validation.)
33
args_parsed = parser.parse_args()
0 commit comments