aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.c
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2013-07-02 13:10:10 +0300
committerSergey Poznyakoff <gray@gnu.org.ua>2013-07-02 13:10:10 +0300
commite6c1514f5de4df45e9bf9839be66fcf5c31a9146 (patch)
treebbbdeb29e0c72a1734e1616148afd8e57ef7c7d5 /src/eclat.c
parentc7484f585d3bdaa2f2da93de43904427b341d924 (diff)
downloadeclat-e6c1514f5de4df45e9bf9839be66fcf5c31a9146.tar.gz
eclat-e6c1514f5de4df45e9bf9839be66fcf5c31a9146.tar.bz2
Rename allocaddr to mkaddr
Diffstat (limited to 'src/eclat.c')
-rw-r--r--src/eclat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/eclat.c b/src/eclat.c
index 7048fe5..5523f0d 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -92,7 +92,7 @@ struct eclat_command cmdtab[] = {
eclat_describe_instances },
{ "lsvol", "describe-volumes", "DescribeVolumes",
eclat_describe_volumes },
- { "allocaddr", "allocate-address", "AllocateAddress",
+ { "mkaddr", "allocate-address", "AllocateAddress",
eclat_allocate_address, CMD_MOD },
{ "rmaddr", "release-address", "ReleaseAddress",
eclat_release_address, CMD_MOD|CMD_DESTR },

Return to:

Send suggestions and report system problems to the System administrator.