summaryrefslogtreecommitdiff
path: root/src/GF.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-06-02 16:31:56 +0000
committeraarne <unknown>2005-06-02 16:31:56 +0000
commitf0e13dd29f495a109e0fa693624c9455bb36b2b1 (patch)
treef6eca09a85415e5ef75dcabc74d99f75b088edc2 /src/GF.hs
parenta38a894481aff1b658b1d86409a1eaa59c737f2e (diff)
better MkConcrete and example in lib/resource/doc/example
Diffstat (limited to 'src/GF.hs')
-rw-r--r--src/GF.hs6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/GF.hs b/src/GF.hs
index 5cd474f1f..2b7b6880d 100644
--- a/src/GF.hs
+++ b/src/GF.hs
@@ -5,9 +5,9 @@
-- Stability : (stability)
-- Portability : (portability)
--
--- > CVS $Date: 2005/06/02 10:23:52 $
+-- > CVS $Date: 2005/06/02 17:31:56 $
-- > CVS $Author: aarne $
--- > CVS $Revision: 1.25 $
+-- > CVS $Revision: 1.26 $
--
-- The Main module of GF program.
-----------------------------------------------------------------------------
@@ -85,7 +85,7 @@ helpMsg = unlines [
" -noemit do not emit code when compiling",
" -v be verbose when compiling",
" -batch structure session by XML tags (use > to send into a file)",
- " -makeconcrete batch-compile .gfp file to concrete syntax using parser",
+ " -makeconcrete batch-compile .gfe file to concrete syntax using parser",
" -help show this message",
"To use the GUI: jgf <option>* <file>*"
]