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
@@ -74,12 +74,22 @@ BEGIN
struct resource *res = grecs_malloc(sizeof(*res));
res->map = MAP_SNAPSHOT;
res->resid = optarg;
grecs_list_append(reslist, res);
END
+OPTION(internet-gateway,g,[<ID>],
+ [<internet gateway ID>])
+BEGIN
+ struct resource *res = grecs_malloc(sizeof(*res));
+ res->map = MAP_IGW;
+ res->resid = optarg;
+ grecs_list_append(reslist, res);
+END
+
+
OPTION(from-file,T,[<FILE>],
[<read tags from FILE>])
BEGIN
from_file = optarg;
END

Return to:

Send suggestions and report system problems to the System administrator.