diff options
| author | aarne <aarne@cs.chalmers.se> | 2007-07-02 13:58:02 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2007-07-02 13:58:02 +0000 |
| commit | 6fc3bbd45794b78c3363060b9491459b414e3066 (patch) | |
| tree | a98047843800b211f72081f7bc3c8cc5ff72775e /src/GF/Shell/ShellCommands.hs | |
| parent | c7f488b11e2a44875c80fd456ff5f5b5d86c30d5 (diff) | |
parsing overloaded constructors as result
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 fba8a80a7..70238817b 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -185,7 +185,7 @@ optionsOfCommand co = case co of CConvertLatex _ -> none CLinearize _ -> both "utf8 table struct record all multi" "lang number unlexer mark" CParse -> - both "ambiguous fail cut new newer old cfg mcfg fcfg n ign raw v lines all prob" + both "ambiguous fail cut new newer old overload cfg mcfg fcfg n ign raw v lines all prob" "cat lang lexer parser number rawtrees" CTranslate _ _ -> opts "cat lexer parser" CGenerateRandom -> both "cf prob" "cat lang number depth atoms noexpand doexpand" |
