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 421c8de commit 66cbc0cCopy full SHA for 66cbc0c
src/diffpy/labpdfproc/labpdfprocapp.py
@@ -155,9 +155,9 @@ def _add_mud_selection_group(p, is_gui=False):
155
1. Manually enter muD (`--mud`).
156
2. Estimate from a z-scan file (`-z` or `--z-scan-file`).
157
3. Estimate theoretically based on sample mass density
158
- (`-td` or `--theoretical-from-density`).
+ (`-d` or `--theoretical-from-density`).
159
4. Estimate theoretically based on packing fraction
160
- (`-tp` or `--theoretical-from-packing`).
+ (`-p` or `--theoretical-from-packing`).
161
"""
162
g = p.add_argument_group("Options for setting mu*D value (Required)")
163
g = g.add_mutually_exclusive_group(required=True)
0 commit comments