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


The following commit has been merged in the master branch:
commit f4e9c4bd7a7821a623b3ea392f54e2ac8d6a2853
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Sat May 19 15:17:10 2012 -0700

    Fix a typo

diff --git a/euca2ools/commands/euare/createaccesskey.py b/euca2ools/commands/euare/createaccesskey.py
index 58f56c9..574dbc0 100644
--- a/euca2ools/commands/euare/createaccesskey.py
+++ b/euca2ools/commands/euare/createaccesskey.py
@@ -33,8 +33,8 @@ from . import EuareRequest, DELEGATE
 
 class CreateAccessKey(EuareRequest):
     Description = 'Create a new access key for a user'
-    Args = [Arg('-u', '--user-name', dest='UserName',
-                help='user the new key will belong to (default: calling user'),
+    Args = [Arg('-u', '--user-name', dest='UserName', help='''user the new key
+                will belong to (default: calling user)'''),
             DELEGATE]
 
     def print_result(self, result):

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list