summaryrefslogtreecommitdiff
path: root/src/GF/Shell/HelpFile.hs
diff options
context:
space:
mode:
authorbringert <bringert@cs.chalmers.se>2006-04-13 13:32:58 +0000
committerbringert <bringert@cs.chalmers.se>2006-04-13 13:32:58 +0000
commit293a0eb98879646643d6f3919f80cd83066a8b1b (patch)
tree62360df21f73410952c6d63ddff3e82d1549e03e /src/GF/Shell/HelpFile.hs
parent97956fc13f46d747bd9d1d24b4d00c2f1c673b6c (diff)
Added -startcat flag to the pg command.
Diffstat (limited to 'src/GF/Shell/HelpFile.hs')
-rw-r--r--src/GF/Shell/HelpFile.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/GF/Shell/HelpFile.hs b/src/GF/Shell/HelpFile.hs
index 57692b493..8d7b72c08 100644
--- a/src/GF/Shell/HelpFile.hs
+++ b/src/GF/Shell/HelpFile.hs
@@ -133,6 +133,8 @@ txtHelpFile =
"\n flags: " ++
"\n -printer" ++
"\n -lang" ++
+ "\n -startcat -- The start category of the generated grammar." ++
+ "\n Only supported by some grammar printers." ++
"\n examples:" ++
"\n pg -printer=cf -- show the context-free skeleton" ++
"\n" ++