summaryrefslogtreecommitdiff
path: root/src/GF.hs
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2005-12-21 19:46:48 +0000
committeraarne <aarne@cs.chalmers.se>2005-12-21 19:46:48 +0000
commit89ec5b808b56eb408f0200aa38f64c25f59aff07 (patch)
treecc1b2678da9009fcf89ab1785275ba1e2ee58ca8 /src/GF.hs
parentf4c5fcf44ad9cfa79435ce76fa40e5f57d645cce (diff)
parsing escaped strings from command line fixed
Diffstat (limited to 'src/GF.hs')
-rw-r--r--src/GF.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/GF.hs b/src/GF.hs
index 92e1dd204..a54327257 100644
--- a/src/GF.hs
+++ b/src/GF.hs
@@ -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 =