aboutsummaryrefslogtreecommitdiff
path: root/src/mkimg-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/mkimg-cl.opt')
-rw-r--r--src/mkimg-cl.opt14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/mkimg-cl.opt b/src/mkimg-cl.opt
index d905773..bb3fc42 100644
--- a/src/mkimg-cl.opt
+++ b/src/mkimg-cl.opt
@@ -14,12 +14,8 @@
You should have received a copy of the GNU General Public License
along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
-OPTIONS_COMMAND_BEGIN("eclat",
- [<mkimg, create-image>],
- [<create an AMI>],
- [<NAME INSTANCE>],
- [<gnu>],
- [<noversion>])
+ECLAT_CL_BEGIN([<create an AMI>],
+ [<NAME INSTANCE>])
OPTION(description,d,[<STRING>],
[<image description>])
@@ -43,10 +39,10 @@ BEGIN
grecs_list_append(devmap, optarg);
END
-OPTIONS_END
+ECLAT_CL_END
-static void
-parse_options(int argc, char *argv[], int *index)
+ECLAT_CL_PARSER(parse_options, [<int argc, char *argv[], int *index>],[<
{
GETOPT(argc, argv, *index, exit(EX_USAGE))
}
+>])

Return to:

Send suggestions and report system problems to the System administrator.