aboutsummaryrefslogtreecommitdiff
path: root/src/mktags-cl.opt
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-04-25 14:34:18 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-04-25 14:34:18 +0300
commit1efebd2b5fd9e04c892500a1108ccbd20c146f31 (patch)
tree95adbbbc451de1ba0337c3564b9d91d61718b9bd /src/mktags-cl.opt
parent02e09c1128a6e489a52390867c81fc886cb74273 (diff)
downloadeclat-1efebd2b5fd9e04c892500a1108ccbd20c146f31.tar.gz
eclat-1efebd2b5fd9e04c892500a1108ccbd20c146f31.tar.bz2
Improve help and usage output.
* NEWS: Version 0.9.90 * configure.ac: Likewise. * grecs: Upgrade. * src/allocaddr-cl.opt: Use OPTIONS_COMMAND_BEGIN to declare subcommand. Remove the nousage flag. * src/cpimg-cl.opt: Likewise. * src/cpsnap-cl.opt: Likewise. * src/asscaddr-cl.opt: Likewise. * src/detvol-cl.opt: Likewise. * src/disasaddr-cl.opt: Likewise. * src/freeaddr-cl.opt: Likewise. * src/lsaddr-cl.opt: Likewise. * src/lsattr-cl.opt: Likewise. * src/lsimg-cl.opt: Likewise. * src/lsistat-cl.opt: Likewise. * src/lssg-cl.opt: Likewise. * src/lssnap-cl.opt: Likewise. * src/lstag-cl.opt: Likewise. * src/mkimg-cl.opt: Likewise. * src/mkinst-cl.opt: Likewise. * src/mktags-cl.opt: Likewise. * src/mkvol-cl.opt: Likewise. * src/generic-cl.opt (generic_parse_options): Change signature. Use subcmd member of struct grecs_proginfo. * src/eclat.h (eclat_do_command): New proto. (generic_parse_options): Change signature. * src/atvol.c: Update call to generic_parse_options. * src/deimg.c: Likewise. * src/getconout.c: Likewise. * src/lsiattr.c: Likewise. * src/lsinst.c: Likewise. * src/lsreg.c: Likewise. * src/lssattr.c: Likewise. * src/lsvol.c: Likewise. * src/lszon.c: Likewise. * src/mksnap.c: Likewise. * src/rmsnap.c: Likewise. * src/rmvol.c: Likewise. * src/setiattr.c: Likewise. * src/startstop.c: Likewise. * src/util.c (translate_ids): Remove unused variable.
Diffstat (limited to 'src/mktags-cl.opt')
-rw-r--r--src/mktags-cl.opt4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mktags-cl.opt b/src/mktags-cl.opt
index 0ca52e3..9da23ae 100644
--- a/src/mktags-cl.opt
+++ b/src/mktags-cl.opt
@@ -19,17 +19,17 @@ static struct grecs_list *reslist;
struct resource {
char *map;
char *resid;
};
-OPTIONS_BEGIN("eclat create-tags",
+OPTIONS_COMMAND_BEGIN("eclat",
+ [<mktags, create-tags>],
[<create tags for the specified resources>],
[<TAG[=VALUE] [TAG[=VALUE...]]>],
[<gnu>],
- [<nousage>],
[<noversion>])
OPTION(resource-id,r,[<[MAP:]ID>],
[<resource for which to create the tags>])
BEGIN
struct resource *res = grecs_malloc(sizeof(*res));

Return to:

Send suggestions and report system problems to the System administrator.