Skip to content

Commit 66cbc0c

Browse files
fix: small fix in muD docstring
1 parent 421c8de commit 66cbc0c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/diffpy/labpdfproc/labpdfprocapp.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -155,9 +155,9 @@ def _add_mud_selection_group(p, is_gui=False):
155155
1. Manually enter muD (`--mud`).
156156
2. Estimate from a z-scan file (`-z` or `--z-scan-file`).
157157
3. Estimate theoretically based on sample mass density
158-
(`-td` or `--theoretical-from-density`).
158+
(`-d` or `--theoretical-from-density`).
159159
4. Estimate theoretically based on packing fraction
160-
(`-tp` or `--theoretical-from-packing`).
160+
(`-p` or `--theoretical-from-packing`).
161161
"""
162162
g = p.add_argument_group("Options for setting mu*D value (Required)")
163163
g = g.add_mutually_exclusive_group(required=True)

0 commit comments

Comments
 (0)