From 61e4e9ac20090aa32269dffa83bce174e5bfb04d Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 14 Dec 2010 22:05:53 +0000 Subject: updated documentation of pg -printer formats --- src/compiler/GF/Command/Commands.hs | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'src/compiler/GF/Command') diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs index 2f8fba75c..22485e94b 100644 --- a/src/compiler/GF/Command/Commands.hs +++ b/src/compiler/GF/Command/Commands.hs @@ -548,11 +548,12 @@ allCommands env@(pgf, mos) = Map.fromList [ "N.B.2 Another way to produce different formats is to use 'gf -make',", "the batch compiler. The following values are available both for", "the batch compiler (flag -output-format) and the print_grammar", - "command (flag -printer) ; * = not supported at the moment:", + "command (flag -printer):", "" - ] ++ unlines [ - " " ++ opt ++ "\t\t" ++ expl | ((opt,_),expl) <- outputFormatsExpl - ], + ] ++ unlines (sort [ + " " ++ opt ++ "\t\t" ++ expl | + ((opt,_),expl) <- outputFormatsExpl, take 1 expl /= "*" + ]), exec = \opts _ -> prGrammar opts, flags = [ --"cat", -- cgit v1.2.3