aboutsummaryrefslogtreecommitdiff
path: root/src/lsvol.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lsvol.c')
-rw-r--r--src/lsvol.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lsvol.c b/src/lsvol.c
index 030701b..d52722d 100644
--- a/src/lsvol.c
+++ b/src/lsvol.c
@@ -51,7 +51,7 @@ eclat_describe_volumes(eclat_command_env_t *env, int argc, char **argv)
available_filters = filters;
generic_proginfo->print_help_hook = list_filters;
generic_proginfo->args_doc = "[FILTER...] [ID...]";
- generic_parse_options("eclat describe-volumes",
+ generic_parse_options(env->cmd,
"describe Amazon EBS volumes",
argc, argv, &i);
argv += i;

Return to:

Send suggestions and report system problems to the System administrator.