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


The following commit has been merged in the master branch:
commit ce6582ec79d534220281bc69df7ee4b968172e5d
Author: Garrett Holmstrom <gholms at fedoraproject.org>
Date:   Tue Feb 19 16:52:25 2013 -0800

    Clean up ListUsers's description a bit

diff --git a/euca2ools/commands/euare/listusers.py b/euca2ools/commands/euare/listusers.py
index b34358d..2e748db 100644
--- a/euca2ools/commands/euare/listusers.py
+++ b/euca2ools/commands/euare/listusers.py
@@ -1,6 +1,6 @@
 # Software License Agreement (BSD License)
 #
-# Copyright (c) 2009-2012, Eucalyptus Systems, Inc.
+# Copyright (c) 2009-2013, Eucalyptus Systems, Inc.
 # All rights reserved.
 #
 # Redistribution and use of this software in source and binary forms, with or
@@ -32,7 +32,7 @@ from requestbuilder import Arg
 from . import EuareRequest, DELEGATE
 
 class ListUsers(EuareRequest):
-    DESCRIPTION = 'List users under a specific path prefix'
+    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)'''),

-- 
managing cloud instances for Eucalyptus



More information about the pkg-eucalyptus-commits mailing list