aboutsummaryrefslogtreecommitdiff
path: root/src/cpsnap-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/cpsnap-cl.opt')
-rw-r--r--src/cpsnap-cl.opt14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/cpsnap-cl.opt b/src/cpsnap-cl.opt
index 13423b5..e075264 100644
--- a/src/cpsnap-cl.opt
+++ b/src/cpsnap-cl.opt
@@ -18,12 +18,8 @@ char *region;
18char *image; 18char *image;
19char *descr; 19char *descr;
20 20
21OPTIONS_COMMAND_BEGIN("eclat", 21ECLAT_CL_BEGIN([<copy snapshot from another region>],
22 [<cpsnap, copy-snapshot>], 22 [<REGION SNAP-ID>])
23 [<copy snapshot from another region>],
24 [<REGION SNAP-ID>],
25 [<gnu>],
26 [<noversion>])
27 23
28OPTION(description,d,[<DESCR>], 24OPTION(description,d,[<DESCR>],
29 [<description for the new image>]) 25 [<description for the new image>])
@@ -31,10 +27,9 @@ BEGIN
31 descr = optarg; 27 descr = optarg;
32END 28END
33 29
34OPTIONS_END 30ECLAT_CL_END
35 31
36static void 32ECLAT_CL_PARSER(parse_options, [<int argc, char *argv[]>],[<
37parse_options(int argc, char *argv[])
38{ 33{
39 int idx; 34 int idx;
40 35
@@ -47,3 +42,4 @@ parse_options(int argc, char *argv[])
47 region = argv[0]; 42 region = argv[0];
48 image = argv[1]; 43 image = argv[1];
49} 44}
45>])

Return to:

Send suggestions and report system problems to the System administrator.