aboutsummaryrefslogtreecommitdiff
path: root/src/lssattr.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/lssattr.c')
-rw-r--r--src/lssattr.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lssattr.c b/src/lssattr.c
index 92778db..c3deb23 100644
--- a/src/lssattr.c
+++ b/src/lssattr.c
@@ -45,7 +45,7 @@ eclat_describe_snapshot_attribute(eclat_command_env_t *env,
generic_proginfo->args_doc = "SNAP-ID [ATTR]";
available_attrs = attrs;
generic_proginfo->print_help_hook = list_attrs;
- generic_parse_options("eclat describe-snapshot-attribute",
+ generic_parse_options(env->cmd,
"describe the attribute of a snapshot",
argc, argv, &i);
argv += i;
@@ -96,7 +96,7 @@ eclat_modify_snapshot_attribute(eclat_command_env_t *env,
size_t bufsize = 0;
generic_proginfo->args_doc = "{g|u}{-|+}{all|ID} SNAP-ID";
- generic_parse_options("eclat modify-snapshot-attribute",
+ generic_parse_options(env->cmd,
"modify the createVolumePermission attribute of a snapshot",
argc, argv, &i);
argv += i;
@@ -153,7 +153,7 @@ eclat_reset_snapshot_attribute(eclat_command_env_t *env,
struct ec2_query *q = env->query;
generic_proginfo->args_doc = "SNAP-ID";
- generic_parse_options("eclat reset-snapshot-attribute",
+ generic_parse_options(env->cmd,
"reset the createVolumePermission attribute of a snapshot",
argc, argv, &i);
argv += i;

Return to:

Send suggestions and report system problems to the System administrator.