Fix typo
This commit is contained in:
parent
692d2aa103
commit
d983c44b04
1 changed files with 1 additions and 1 deletions
|
@ -57,7 +57,7 @@ while i < len( argv ):
|
|||
if arg[1] == '-': # not elif because arg can change after last if
|
||||
if arg == '--help':
|
||||
print( 'spectrum.py [options...] filename\
|
||||
\n -w --wavelength wavelength calibration file, default to no calibration.\
|
||||
\n -w --wavelength wavelength calibration file, default to no calibration.\
|
||||
\n No calibration means no wavelength interpolation\
|
||||
\n -i --intensity intensity calibration file, default to no calibration.\
|
||||
\n No calibration means no intensity interpolation\
|
||||
|
|
Loading…
Reference in a new issue