summaryrefslogtreecommitdiff
path: root/src/GF/Shell/ShellCommands.hs
diff options
context:
space:
mode:
authoraarne <unknown>2005-10-31 18:02:34 +0000
committeraarne <unknown>2005-10-31 18:02:34 +0000
commitf06638cc7d90eb8298180d36e79fc292a9f898dc (patch)
treeb33a7459a5e777a319c3d85dbf21da62b8a34358 /src/GF/Shell/ShellCommands.hs
parent94f87d85023fc9b0e759600435e3c85cf31e3bc4 (diff)
probabilities in ShellState
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
-rw-r--r--src/GF/Shell/ShellCommands.hs14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs
index eac97b22c..c5b0c479e 100644
--- a/src/GF/Shell/ShellCommands.hs
+++ b/src/GF/Shell/ShellCommands.hs
@@ -5,9 +5,9 @@
-- Stability : (stable)
-- Portability : (portable)
--
--- > CVS $Date: 2005/10/31 08:12:18 $
+-- > CVS $Date: 2005/10/31 19:02:35 $
-- > CVS $Author: aarne $
--- > CVS $Revision: 1.44 $
+-- > CVS $Revision: 1.45 $
--
-- The datatype of shell commands and the list of their options.
-----------------------------------------------------------------------------
@@ -165,18 +165,18 @@ optionsOfCommand co = case co of
CSetFlag -> both "utf8 table struct record all multi"
"cat lang lexer parser number depth rawtrees unlexer optimize path conversion printer"
- CImport _ -> both "old v s src retain nocf nocheckcirc cflexer noemit o ex"
- "abs cnc res path optimize conversion cat"
+ CImport _ -> both "old v s src retain nocf nocheckcirc cflexer noemit o ex prob"
+ "abs cnc res path optimize conversion cat probs"
CRemoveLanguage _ -> none
CEmptyState -> none
CStripState -> none
CTransformGrammar _ -> flags "printer"
CConvertLatex _ -> none
CLinearize _ -> both "utf8 table struct record all multi" "lang number unlexer"
- CParse -> both "new newer cfg mcfg n ign raw v lines all"
- "cat lang lexer parser number rawtrees probs"
+ CParse -> both "new newer cfg mcfg n ign raw v lines all prob"
+ "cat lang lexer parser number rawtrees"
CTranslate _ _ -> opts "cat lexer parser"
- CGenerateRandom -> flags "cat lang number depth probs"
+ CGenerateRandom -> both "cf prob" "cat lang number depth"
CGenerateTrees -> both "metas" "atoms depth alts cat lang number"
CPutTerm -> flags "transform number"
CWrapTerm _ -> opts "c"