source: app/src/dgp/cmdline_dgp.ggo @ a26cf42

Last change on this file since a26cf42 was 3748bd1, checked in by obrebski <obrebski@…>, 16 years ago

1) dgp nie wysypuje sie na nieznanych kategoriach
2) dodane i uzupelnione konfigi

git-svn-id: svn://atos.wmid.amu.edu.pl/utt@49 e293616e-ec6a-49c2-aa92-f4a8b91c5d16

  • Property mode set to 100644
File size: 340 bytes
Line 
1package "dgp"
2version "0.1"
3
4option  "grammar"       g       "Grammar file"
5                                string no typestr="filename"
6
7option  "long"          l       "Long output"
8                                flag off
9
10option  "debug"         d       "Debug mode."
11                                flag off
12
13option  "info"          -       "Print info.
14h - heads         d - dependents
15s - sets
16c - constraints   n - node/arc counts   t - parse time
17"
18string no default="h"
Note: See TracBrowser for help on using the repository browser.