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


The following commit has been merged in the master branch:
commit 673400d0a4470727f606a3317db49e8ae5b41c55
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue Feb 19 22:35:57 2013 -0800

    Minor help simplification

diff --git a/euca2ools/commands/euare/listusers.py b/euca2ools/commands/euare/listusers.py
index 879e3be..f4d5bab 100644
--- a/euca2ools/commands/euare/listusers.py
+++ b/euca2ools/commands/euare/listusers.py
@@ -35,8 +35,7 @@ from . import EuareRequest, DELEGATE
 class ListUsers(EuareRequest):
     DESCRIPTION = "List your account's users"
     ARGS = [Arg('-p', '--path-prefix', dest='PathPrefix', metavar='PREFIX',
-                help='''limit results to users who begin with a given path
-                        (default: list all users)'''),
+                help='limit results to users who begin with a given path'),
             DELEGATE]
     LIST_MARKERS = ['Users']
 

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list