We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7fb8ec commit 9510d60Copy full SHA for 9510d60
1 file changed
src/diffpy/labpdfproc/labpdfprocapp.py
@@ -127,7 +127,7 @@ def get_args(override_cli_inputs=None):
127
p.add_argument(
128
"-z",
129
"--z-scan-file",
130
- help="Path to the z-scan file to be loaded to overload the mu*D value.",
+ help="Path to the z-scan file to be loaded to determine the mu*D value",
131
default=None,
132
)
133
args = p.parse_args(override_cli_inputs)
0 commit comments