small fix

This commit is contained in:
Productive2 2021-01-29 20:14:01 +01:00
parent 8eb33fe93a
commit bc7ba95baa
1 changed files with 2 additions and 0 deletions

View File

@ -132,8 +132,10 @@ when isMainModule:
if paramCount() > 0:
if paramStr(1) == "-h":
echo "Usage: jats [-h | -v | -i | -o filename.txt]"
quit(0)
elif paramStr(1) == "-v":
echo "JATS v" & $jatsVersion
quit(0)
log(LogLevel.Debug, &"Welcome to JATS")
var jatr = "jatr"
var testDir = "japl"