diff options
Diffstat (limited to 'src/GF/Shell/ShellCommands.hs')
| -rw-r--r-- | src/GF/Shell/ShellCommands.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/GF/Shell/ShellCommands.hs b/src/GF/Shell/ShellCommands.hs index cdfc75057..1ed778188 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -197,7 +197,7 @@ optionsOfCommand co = case co of CApplyTransfer _ -> flags "lang transfer" CMorphoAnalyse -> both "short" "lang" CTestTokenizer -> flags "lexer" - CComputeConcrete _ -> flags "res" + CComputeConcrete _ -> both "table" "res" CShowOpers _ -> flags "res" CTranslationQuiz _ _ -> flags "cat" |
