diff options
| author | bringert <bringert@cs.chalmers.se> | 2006-04-13 13:32:58 +0000 |
|---|---|---|
| committer | bringert <bringert@cs.chalmers.se> | 2006-04-13 13:32:58 +0000 |
| commit | 293a0eb98879646643d6f3919f80cd83066a8b1b (patch) | |
| tree | 62360df21f73410952c6d63ddff3e82d1549e03e /src/GF/Shell/ShellCommands.hs | |
| parent | 97956fc13f46d747bd9d1d24b4d00c2f1c673b6c (diff) | |
Added -startcat flag to the pg command.
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 b93335416..2740101a7 100644 --- a/src/GF/Shell/ShellCommands.hs +++ b/src/GF/Shell/ShellCommands.hs @@ -212,7 +212,7 @@ optionsOfCommand co = case co of CSystemCommand _ -> none CGrep _ -> opts "v" - CPrintGrammar -> both "utf8" "printer lang" + CPrintGrammar -> both "utf8" "printer lang startcat" CPrintMultiGrammar -> both "utf8 utf8id" "printer" CPrintSourceGrammar -> both "utf8" "printer" |
