aboutsummaryrefslogtreecommitdiff
path: root/src/asscaddr-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/asscaddr-cl.opt')
-rw-r--r--src/asscaddr-cl.opt14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/asscaddr-cl.opt b/src/asscaddr-cl.opt
index 87846e3..321f7c4 100644
--- a/src/asscaddr-cl.opt
+++ b/src/asscaddr-cl.opt
@@ -14,12 +14,8 @@
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with Eclat. If not, see <http://www.gnu.org/licenses/>. */ 15 along with Eclat. If not, see <http://www.gnu.org/licenses/>. */
16 16
17OPTIONS_COMMAND_BEGIN("eclat", 17ECLAT_CL_BEGIN([<associate IP address with an instance>],
18 [<asscaddr, associate-address>], 18 [<INSTANCE IP-OR-ALLOC-ID>]);
19 [<associate IP address with an instance>],
20 [<INSTANCE IP-OR-ALLOC-ID>],
21 [<gnu>],
22 [<noversion>])
23 19
24OPTION(vpc,v,, 20OPTION(vpc,v,,
25 [<assign VPC addresses>]) 21 [<assign VPC addresses>])
@@ -45,11 +41,11 @@ BEGIN
45 reassoc = 1; 41 reassoc = 1;
46END 42END
47 43
48OPTIONS_END 44ECLAT_CL_END
49 45
50static void 46ECLAT_CL_PARSER(parse_options, [<int argc, char *argv[], int *index>],[<
51parse_options(int argc, char *argv[], int *index)
52{ 47{
53 GETOPT(argc, argv, *index, exit(EX_USAGE)) 48 GETOPT(argc, argv, *index, exit(EX_USAGE))
54} 49}
50>])
55 51

Return to:

Send suggestions and report system problems to the System administrator.