summaryrefslogtreecommitdiff
path: root/src/GF/Shell.hs
diff options
context:
space:
mode:
authoraarne <unknown>2004-04-19 15:33:45 +0000
committeraarne <unknown>2004-04-19 15:33:45 +0000
commit2e0c510285ac1cabefea0ab68ffb1215d7297578 (patch)
tree805df5361f07e0ff22c9eb69c0daf9abb6353aba /src/GF/Shell.hs
parentfa07ada6ab11f8e0820fe075ce58d8ca700e13e3 (diff)
some more printing
Diffstat (limited to 'src/GF/Shell.hs')
-rw-r--r--src/GF/Shell.hs4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/GF/Shell.hs b/src/GF/Shell.hs
index 4c2a067a4..a14461928 100644
--- a/src/GF/Shell.hs
+++ b/src/GF/Shell.hs
@@ -210,9 +210,7 @@ execC co@(comm, opts0) sa@((st,(h,_)),a) = case comm of
| oElem showAll opts -> returnArg (AString txtHelpFile) sa
| otherwise -> returnArg (AString txtHelpFileSummary) sa
- CPrintGrammar
- | oElem showOld opts -> returnArg (AString $ printGrammarOld (canModules st)) sa
- | otherwise -> returnArg (AString (optPrintGrammar opts gro)) sa
+ CPrintGrammar -> returnArg (AString (optPrintGrammar opts gro)) sa
CPrintGlobalOptions -> justOutput (putStrLn $ prShellStateInfo st) sa
CPrintInformation c -> justOutput (useIOE () $ showInformation opts st c) sa
CPrintLanguages -> justOutput