Skip to content

Commit 9510d60

Browse files
authored
small tweak to argparse help message for z-scan
1 parent c7fb8ec commit 9510d60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffpy/labpdfproc/labpdfprocapp.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def get_args(override_cli_inputs=None):
127127
p.add_argument(
128128
"-z",
129129
"--z-scan-file",
130-
help="Path to the z-scan file to be loaded to overload the mu*D value.",
130+
help="Path to the z-scan file to be loaded to determine the mu*D value",
131131
default=None,
132132
)
133133
args = p.parse_args(override_cli_inputs)

0 commit comments

Comments
 (0)