aboutsummaryrefslogtreecommitdiff
path: root/src/cpimg-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpimg-cl.opt')
-rw-r--r--src/cpimg-cl.opt14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/cpimg-cl.opt b/src/cpimg-cl.opt
index 4a01386..991c8af 100644
--- a/src/cpimg-cl.opt
+++ b/src/cpimg-cl.opt
@@ -19,12 +19,8 @@ char *image;
19char *name; 19char *name;
20char *descr; 20char *descr;
21 21
22OPTIONS_COMMAND_BEGIN("eclat", 22ECLAT_CL_BEGIN([<copy an AMI from another region>],
23 [<cpimg, copy-image>], 23 [<REGION AMI-ID>])
24 [<copy an AMI from another region>],
25 [<REGION AMI-ID>],
26 [<gnu>],
27 [<noversion>])
28 24
29OPTION(name,n,[<NAME>], 25OPTION(name,n,[<NAME>],
30 [<assign name to the new image>]) 26 [<assign name to the new image>])
@@ -40,10 +36,9 @@ END
40 36
41/* FIXME: The idempotency token */ 37/* FIXME: The idempotency token */
42 38
43OPTIONS_END 39ECLAT_CL_END
44 40
45static void 41ECLAT_CL_PARSER(parse_options, [<int argc, char *argv[]>],[<
46parse_options(int argc, char *argv[])
47{ 42{
48 int idx; 43 int idx;
49 44
@@ -56,3 +51,4 @@ parse_options(int argc, char *argv[])
56 region = argv[0]; 51 region = argv[0];
57 image = argv[1]; 52 image = argv[1];
58} 53}
54>])

Return to:

Send suggestions and report system problems to the System administrator.