[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:55 UTC 2013


The following commit has been merged in the master branch:
commit 42389091104e2bf9dd4c2a6ea75d36960715d833
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sun Mar 31 19:01:17 2013 -0700

    Fix typo

diff --git a/euca2ools/commands/elasticloadbalancing/describeinstancehealth.py b/euca2ools/commands/elasticloadbalancing/describeinstancehealth.py
index 900c3bf..053f2e4 100644
--- a/euca2ools/commands/elasticloadbalancing/describeinstancehealth.py
+++ b/euca2ools/commands/elasticloadbalancing/describeinstancehealth.py
@@ -41,7 +41,7 @@ def instance(inst_as_str):
 class DescribeInstanceHealth(ELBRequest, TabifyingCommand):
     DESCRIPTION = 'Show the state of instances registered with a load balancer'
     ARGS = [Arg('LoadBalancerName', metavar='ELB', help='''name of the load
-                balancer the to describe instances for (required)'''),
+                balancer to describe instances for (required)'''),
             Arg('--instances', dest='Instances.member',
                 metavar='INSTANCE1,INSTANCE2,...',
                 type=delimited_list(',', item_type=instance),

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list