aboutsummaryrefslogtreecommitdiff
path: root/src/lsistat-cl.opt
diff options
context:
space:
mode:
Diffstat (limited to 'src/lsistat-cl.opt')
-rw-r--r--src/lsistat-cl.opt8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/lsistat-cl.opt b/src/lsistat-cl.opt
index a55aeef..4c2de27 100644
--- a/src/lsistat-cl.opt
+++ b/src/lsistat-cl.opt
@@ -18,11 +18,17 @@ ECLAT_CL_BEGIN([<describe the status of Amazon EC2 instances including any sched
[<[FILTER...]>])
OPTION(all,a,,
- [<return the health status for all instances>])
+ [<return the health status for all instances (default)>])
BEGIN
all_option = 1;
END
+OPTION(running,r,,
+ [<show only running instances>])
+BEGIN
+ all_option = 0;
+END
+
ECLAT_CL_END
ECLAT_CL_PARSER(parse_options, [<int argc, char *argv[], int *index>], [<

Return to:

Send suggestions and report system problems to the System administrator.