Fix a typo
This commit is contained in:
parent
d983c44b04
commit
5fa0b434dc
1 changed files with 1 additions and 1 deletions
|
@ -68,7 +68,7 @@ while i < len( argv ):
|
||||||
\n -V --version show version number and quit\
|
\n -V --version show version number and quit\
|
||||||
\n -v --verbose show more information to help debugging\
|
\n -v --verbose show more information to help debugging\
|
||||||
\n\
|
\n\
|
||||||
\nParse a naroo ETA fits' )
|
\nParse a naroo spectrum fits' )
|
||||||
exit()
|
exit()
|
||||||
elif arg == '--version':
|
elif arg == '--version':
|
||||||
print( '0.3' )
|
print( '0.3' )
|
||||||
|
|
Loading…
Reference in a new issue