diff options
| author | peb <unknown> | 2005-05-17 12:38:46 +0000 |
|---|---|---|
| committer | peb <unknown> | 2005-05-17 12:38:46 +0000 |
| commit | 31044ec728d3a9a56a660fdd32d880d13dc9ffbf (patch) | |
| tree | 5e6d3cd1b9b5e950d5247f04d12d9e4553a0992c /src/GF/Shell/ShellCommands.hs | |
| parent | b12608fb0947122fe65d9736eabf59266ad08252 (diff) | |
"Committed_by_peb"
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index 6144de0f8..401c04dbc 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -5,9 +5,9 @@ -- Stability : (stable) -- Portability : (portable) -- --- > CVS $Date: 2005/05/17 12:37:17 $ --- > CVS $Author: aarne $ --- > CVS $Revision: 1.35 $ +-- > CVS $Date: 2005/05/17 13:38:46 $ +-- > CVS $Author: peb $ +-- > CVS $Revision: 1.36 $ -- -- The datatype of shell commands and the list of their options. ----------------------------------------------------------------------------- @@ -138,7 +138,7 @@ testValidFlag st co f x = case f of "filter" -> testInc customStringCommand "length" -> testN "optimize"-> testIn $ words "parametrize values all share none" - "conversion" -> testIn $ words "strict nondet finite finite-strict" + "conversion" -> testIn $ words "strict nondet finite singletons finite-strict finite-singletons" _ -> return () where testInc ci = |
