[pkg-eucalyptus-commits] [SCM] managing cloud instances for Eucalyptus branch, master, updated. 3.0.0-alpha3-257-g1da8e3a

Garrett Holmstrom gholms at fedoraproject.org
Sun Jun 16 02:30:31 UTC 2013


The following commit has been merged in the master branch:
commit 8b625ffac3cd46f3e6b2db7facca1789e73dc9bd
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Wed Feb 27 14:59:42 2013 -0800

    Fix copypaste error

diff --git a/euca2ools/commands/autoscaling/updateautoscalinggroup.py b/euca2ools/commands/autoscaling/updateautoscalinggroup.py
index dc720fd..e0e2b9f 100644
--- a/euca2ools/commands/autoscaling/updateautoscalinggroup.py
+++ b/euca2ools/commands/autoscaling/updateautoscalinggroup.py
@@ -36,7 +36,7 @@ from euca2ools.commands.autoscaling import AutoScalingRequest
 class UpdateAutoScalingGroup(AutoScalingRequest):
     DESCRIPTION = "Update an auto-scaling group's parameters"
     ARGS = [Arg('AutoScalingGroupName', metavar='NAME',
-                help='name of the new auto-scaling group (required)'),
+                help='name of the auto-scaling group to update (required)'),
             Arg('--default-cooldown', dest='DefaultCooldown',
                 metavar='SECONDS', type=int,
                 help='''amount of time, in seconds, after a scaling activity

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list