aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-09-20 11:48:40 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-09-20 11:48:40 +0300
commit205d53a8e930d3fd126075ab083d316cc344ebaf (patch)
tree5d6b196f3325032dd1924eff87d7d39fbe439198 /src/cmdline.opt
parent575fd3cf1af350d7ed0b661e0b8b177e3b387da7 (diff)
downloadeclat-205d53a8e930d3fd126075ab083d316cc344ebaf.tar.gz
eclat-205d53a8e930d3fd126075ab083d316cc344ebaf.tar.bz2
Require libexpat, implement DescribeTags.
* configure.ac: Require libexpat * src/descrtags.c: New file. * src/Makefile.am: Add new files. * src/accfile.c (access_file_lookup): Bugfix (stripped the first byte from the returned access_key). * src/cmdline.opt: New option --describe-tags * src/eclat.c: Register eclat_describe_tags handler. * src/eclat.h: Include expat.h (dry_run_mode): New extern. (eclat_command_describe_tags): New command code. (eclat_describe_tags): New proto. * src/startinst.c: More debugging info. Implement dry-run,
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 25dc542..82e0e95 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -59,6 +59,8 @@ OPTION(dry-run,n,,
[<do nothing, print almost everything>])
BEGIN
dry_run_mode = 1;
+ parse_debug_level("main.1");
+ parse_debug_level("curl.1");
END
OPTION(config-file,c,FILE,
@@ -81,6 +83,12 @@ BEGIN
eclat_command = eclat_command_stop_instances;
END
+OPTION(describe-tags,,,
+ [<describe tags>])
+BEGIN
+ eclat_command = eclat_command_describe_tags;
+END
+
GROUP(Modifiers)
OPTION(region,,NAME,

Return to:

Send suggestions and report system problems to the System administrator.