aboutsummaryrefslogtreecommitdiff
path: root/src/lssg.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lssg.c')
-rw-r--r--src/lssg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lssg.c b/src/lssg.c
index d691f47..b3bd633 100644
--- a/src/lssg.c
+++ b/src/lssg.c
@@ -24,7 +24,7 @@ eclat_describe_security_groups(eclat_command_env_t *env, int argc, char **argv)
24 int i; 24 int i;
25 const char *resid = name_option ? "GroupName" : "GroupId"; 25 const char *resid = name_option ? "GroupName" : "GroupId";
26 26
27 parse_options(argc, argv, &i); 27 parse_options(env, argc, argv, &i);
28 argv += i; 28 argv += i;
29 argc -= i; 29 argc -= i;
30 translate_ids(argc, argv, resid); 30 translate_ids(argc, argv, resid);

Return to:

Send suggestions and report system problems to the System administrator.