summaryrefslogtreecommitdiff
path: root/src/GF/Shell
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2007-07-02 13:58:02 +0000
committeraarne <aarne@cs.chalmers.se>2007-07-02 13:58:02 +0000
commit6fc3bbd45794b78c3363060b9491459b414e3066 (patch)
treea98047843800b211f72081f7bc3c8cc5ff72775e /src/GF/Shell
parentc7f488b11e2a44875c80fd456ff5f5b5d86c30d5 (diff)
parsing overloaded constructors as result
Diffstat (limited to 'src/GF/Shell')
-rw-r--r--src/GF/Shell/ShellCommands.hs2
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"