aboutsummaryrefslogtreecommitdiff
path: root/src/lsattr-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/lsattr-cl.opt')
-rw-r--r--src/lsattr-cl.opt14
1 files changed, 5 insertions, 9 deletions
diff --git a/src/lsattr-cl.opt b/src/lsattr-cl.opt
index a50deb6..0f3c4ab 100644
--- a/src/lsattr-cl.opt
+++ b/src/lsattr-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([<List EC2 resource attributes>],
18 [<lsattr>], 18 [<ID [ATTR]>])
19 [<List EC2 resource attributes>],
20 [<ID [ATTR]>],
21 [<gnu>],
22 [<noversion>])
23 19
24OPTION(instance,i,, 20OPTION(instance,i,,
25 [<instance ID>]) 21 [<instance ID>])
@@ -35,10 +31,10 @@ BEGIN
35 idname = "SnapshotId"; 31 idname = "SnapshotId";
36END 32END
37 33
38OPTIONS_END 34ECLAT_CL_END
39 35
40static void 36ECLAT_CL_PARSER(parse_options, [<int argc, char *argv[], int *index>],[<
41parse_options(int argc, char *argv[], int *index)
42{ 37{
43 GETOPT(argc, argv, *index, exit(EX_USAGE)) 38 GETOPT(argc, argv, *index, exit(EX_USAGE))
44} 39}
40>])

Return to:

Send suggestions and report system problems to the System administrator.