aboutsummaryrefslogtreecommitdiff
path: root/src/cmdline.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2012-09-30 18:38:09 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2012-09-30 18:38:09 +0300
commite3060ee47d58dac8827288614aaa86d5ad40e0ff (patch)
tree7e50e101a2ede83ae03def7617fa6ce5faface35 /src/cmdline.opt
parent1de5ac257cb92f45f585e1a17b7cd7d2c5b7203c (diff)
downloadeclat-e3060ee47d58dac8827288614aaa86d5ad40e0ff.tar.gz
eclat-e3060ee47d58dac8827288614aaa86d5ad40e0ff.tar.bz2
Implement the describe-volumes command.
* etc/Makefile.am (FLNFILES): Add describe-volumes.fln (install-formats): New rule. * etc/describe-volumes.fln: New file. * src/Makefile.am (eclat_SOURCES): Add dscrvols.c (AM_LDFLAGS): Remove. (LDADD): Add $(CURL_LIBS) * src/accfile.c (get_access_creds): Minor changes. * src/cmdline.opt: New option --format-expression. * src/dscrinsts.c: Minor change. * src/dscrvols.c: New file. * src/eclat.c: New command "describe-volumes". * src/eclat.h (eclat_describe_volumes): New proto. * tests/describe-volumes.at: New file. * tests/Makefile.am: Add new file. * tests/testsuite.at: Include new file.
Diffstat (limited to 'src/cmdline.opt')
-rw-r--r--src/cmdline.opt6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/cmdline.opt b/src/cmdline.opt
index 357f7ef..03e94dd 100644
--- a/src/cmdline.opt
+++ b/src/cmdline.opt
@@ -115,6 +115,12 @@ BEGIN
format_name_option = optarg;
END
+OPTION(format-expression,e,EXPR,
+ [<format expression>])
+BEGIN
+ format_expr_option = optarg;
+END
+
OPTION(format-file,F,FILE,
[<use FILE to format the output>])
ALIAS(formfile)

Return to:

Send suggestions and report system problems to the System administrator.