summaryrefslogtreecommitdiff
path: root/src/GF/Shell/ShellCommands.hs
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
-rw-r--r--src/GF/Shell/ShellCommands.hs7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs
index 1351e8784..bf27016a5 100644
--- a/src/GF/Shell/ShellCommands.hs
+++ b/src/GF/Shell/ShellCommands.hs
@@ -57,6 +57,8 @@ data Command =
| CComputeConcrete String
| CShowOpers String
+ | CLookupTreebank
+
| CTranslationQuiz Language Language
| CTranslationList Language Language
| CMorphoQuiz
@@ -169,8 +171,9 @@ 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 gfc retain nocf nocheckcirc cflexer noemit o make ex prob"
- "abs cnc res path optimize conversion cat preproc probs noparse"
+ CImport _ ->
+ both "old v s src gfc retain nocf nocheckcirc cflexer noemit o make ex prob treebank"
+ "abs cnc res path optimize conversion cat preproc probs noparse"
CRemoveLanguage _ -> none
CEmptyState -> none
CStripState -> none