parsing escaped strings from command line fixed

This commit is contained in:
aarne
2005-12-21 19:46:48 +00:00
parent 82c3a45047
commit d91d8043e0
6 changed files with 36 additions and 22 deletions

View File

@@ -104,7 +104,10 @@ helpMsg = unlines [
" -make batch-compile files",
" -noemit do not emit code when compiling",
" -v be verbose when compiling",
"Also all flags for import (i) are interpreted; see 'help i'."
"Also all flags for import (i) are interpreted; see 'help import'.",
"An example combination of flags is",
" gf -batch -nocpu -s",
"which suppresses all messages except the output and fatal errors."
]
welcomeMsg =