diff options
| author | aarne <aarne@chalmers.se> | 2011-03-01 16:15:20 +0000 |
|---|---|---|
| committer | aarne <aarne@chalmers.se> | 2011-03-01 16:15:20 +0000 |
| commit | 8e3674600ccbe539a62aec6b79340d4dd27ef9d5 (patch) | |
| tree | dea1be5962e577e61a76423cf4d25fffbfb9e8ca /src/compiler/GF | |
| parent | e06e587de140195c66fe384488760de9c31e3d0e (diff) | |
corrected help for l command
Diffstat (limited to 'src/compiler/GF')
| -rw-r--r-- | src/compiler/GF/Command/Commands.hs | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs index 0161818f8..3f01135ef 100644 --- a/src/compiler/GF/Command/Commands.hs +++ b/src/compiler/GF/Command/Commands.hs @@ -472,9 +472,9 @@ allCommands env@(pgf, mos) = Map.fromList [ "sequences; see example." ], examples = [ - "l -langs=LangSwe,LangNor no_Utt -- linearize tree to LangSwe and LangNor", - "gr -lang=LangHin -cat=Cl | l -table -to_devanagari -to_utf8 -- hindi table", - "l -unlexer=\"LangSwe=to_utf8 LangHin=to_devanagari,to_utf8\" -- different lexers" + "l -lang=LangSwe,LangNor no_Utt -- linearize tree to LangSwe and LangNor", + "gr -lang=LangHin -cat=Cl | l -table -to_devanagari -- hindi table", + "l -unlexer=\"LangAra=to_arabic LangHin=to_devanagari\" -- different unlexers" ], exec = \opts -> return . fromStrings . optLins opts, options = [ |
