From d983c44b046cb3abfd73ce4bfaf561b7579f032a Mon Sep 17 00:00:00 2001 From: linarphy Date: Mon, 26 Jun 2023 10:39:41 +0200 Subject: [PATCH] Fix typo --- spectrum.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spectrum.py b/spectrum.py index 0f2e68b..e313564 100644 --- a/spectrum.py +++ b/spectrum.py @@ -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\