aboutsummaryrefslogtreecommitdiff
path: root/src/mktags-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mktags-cl.opt')
-rw-r--r--src/mktags-cl.opt10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/mktags-cl.opt b/src/mktags-cl.opt
index 8cb0033..510835b 100644
--- a/src/mktags-cl.opt
+++ b/src/mktags-cl.opt
@@ -77,6 +77,16 @@ BEGIN
77 grecs_list_append(reslist, res); 77 grecs_list_append(reslist, res);
78END 78END
79 79
80OPTION(internet-gateway,g,[<ID>],
81 [<internet gateway ID>])
82BEGIN
83 struct resource *res = grecs_malloc(sizeof(*res));
84 res->map = MAP_IGW;
85 res->resid = optarg;
86 grecs_list_append(reslist, res);
87END
88
89
80OPTION(from-file,T,[<FILE>], 90OPTION(from-file,T,[<FILE>],
81 [<read tags from FILE>]) 91 [<read tags from FILE>])
82BEGIN 92BEGIN

Return to:

Send suggestions and report system problems to the System administrator.