aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-12-20 07:33:35 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2013-12-20 07:33:35 +0200
commitecc83d1b9097ba50737ea7b9205e7d9ab7a3c1d2 (patch)
tree1ef9c94c57728f75fd7a78147b021781a29bb625 /src
parent8d43103165e7e2f16c10d0592e5a51d86dac01ed (diff)
downloadeclat-ecc83d1b9097ba50737ea7b9205e7d9ab7a3c1d2.tar.gz
eclat-ecc83d1b9097ba50737ea7b9205e7d9ab7a3c1d2.tar.bz2
Ask for confirmation before doing rmsg
Diffstat (limited to 'src')
-rw-r--r--src/eclat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eclat.c b/src/eclat.c
index a046eb9..6d2a952 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -153,7 +153,7 @@ struct eclat_command cmdtab[] = {
{ "mksg", "create-security-group", "CreateSecurityGroup",
eclat_create_security_group },
{ "rmsg", "delete-security-group", "DeleteSecurityGroup",
- eclat_delete_security_group }
+ eclat_delete_security_group, CMD_MOD|CMD_DESTR }
};
size_t cmdcnt = sizeof(cmdtab) / sizeof(cmdtab[0]);

Return to:

Send suggestions and report system problems to the System administrator.