summaryrefslogtreecommitdiff
path: root/src/GF/Shell
diff options
context:
space:
mode:
authorpeb <unknown>2005-03-18 09:17:10 +0000
committerpeb <unknown>2005-03-18 09:17:10 +0000
commitdbae321c694ef0878902960f1378dc2abb7f378a (patch)
treeb2c590a0ac06006101bb2a56028575d6393cb388 /src/GF/Shell
parent5b9d27ee9feee7e197b57cc59822fb144ec6fa6a (diff)
"Committed_by_peb"
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 d60849e90..06cfbf57a 100644
--- a/src/GF/Shell/ShellCommands.hs
+++ b/src/GF/Shell/ShellCommands.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/03/08 15:31:22 $
--- > CVS $Author: bringert $
--- > CVS $Revision: 1.25 $
+-- > CVS $Date: 2005/03/18 10:17:10 $
+-- > CVS $Author: peb $
+-- > CVS $Revision: 1.26 $
--
-- The datatype of shell commands and the list of their options.
-----------------------------------------------------------------------------
@@ -151,7 +151,7 @@ testValidFlag st co f x = case f of
optionsOfCommand :: Command -> ([String],[String])
optionsOfCommand co = case co of
CImport _ -> both "old v s src retain nocf nocheckcirc cflexer noemit o"
- "abs cnc res path optimize"
+ "abs cnc res path optimize conversion"
CRemoveLanguage _ -> none
CEmptyState -> none
CStripState -> none