aboutsummaryrefslogtreecommitdiff
path: root/src/startstop.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/startstop.c')
-rw-r--r--src/startstop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/startstop.c b/src/startstop.c
index 7ffb5bb..fa36ed7 100644
--- a/src/startstop.c
+++ b/src/startstop.c
@@ -35,7 +35,7 @@ start_stop_instance(eclat_command_env_t *env, int argc, char **argv)
35 35
36 if (argc == 0) 36 if (argc == 0)
37 die(EX_USAGE, "no instance ids"); 37 die(EX_USAGE, "no instance ids");
38 translate_ids(argc, argv, "InstanceId"); 38 translate_ids(argc, argv, MAP_INSTANCE);
39 39
40 strcpy(buf, "InstanceId."); 40 strcpy(buf, "InstanceId.");
41 bend = buf + strlen(buf); 41 bend = buf + strlen(buf);

Return to:

Send suggestions and report system problems to the System administrator.