summaryrefslogtreecommitdiff
path: root/src/GF/Shell
diff options
context:
space:
mode:
authorbringert <unknown>2005-03-08 14:31:22 +0000
committerbringert <unknown>2005-03-08 14:31:22 +0000
commit7194efcea85e6a1d16b35fd2ad268dfc675a1b24 (patch)
tree4394b0668240b8e4d92d62d2d4a80313015033b8 /src/GF/Shell
parenta4b8921544c5e809f4f664d2fa19bb8257fa77bf (diff)
Finished UTF8 identifier conversion. Will probably redo it at string level, i.e. after pretty-printing instead
Diffstat (limited to 'src/GF/Shell')
-rw-r--r--src/GF/Shell/ShellCommands.hs8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs
index 89aae2d06..d60849e90 100644
--- a/src/GF/Shell/ShellCommands.hs
+++ b/src/GF/Shell/ShellCommands.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/02/25 15:35:48 $
--- > CVS $Author: aarne $
--- > CVS $Revision: 1.24 $
+-- > CVS $Date: 2005/03/08 15:31:22 $
+-- > CVS $Author: bringert $
+-- > CVS $Revision: 1.25 $
--
-- The datatype of shell commands and the list of their options.
-----------------------------------------------------------------------------
@@ -183,7 +183,7 @@ optionsOfCommand co = case co of
CSystemCommand _ -> none
CPrintGrammar -> both "utf8" "printer lang"
- CPrintMultiGrammar -> both "utf8" "printer"
+ CPrintMultiGrammar -> both "utf8 utf8id" "printer"
CPrintSourceGrammar -> both "utf8" "printer"
CHelp _ -> opts "all filter length lexer unlexer printer transform depth number"