diff options
-rwxr-xr-x | scripts/renorm_spectrum.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/renorm_spectrum.py b/scripts/renorm_spectrum.py index 2b54076..92c2132 100755 --- a/scripts/renorm_spectrum.py +++ b/scripts/renorm_spectrum.py @@ -63,7 +63,7 @@ def main(): "background [eV] (default: 12000 eV)") parser.add_argument("-r", "--spec-ref", dest="spec_ref", required=True, help="Reference (source) spectrum") - parser.add_argument("spec", dest="spec", + parser.add_argument("spec", help="(background) spectrum to be renormalized") args = parser.parse_args() |