From 3fa0bbc7ee26766e7ba5d02cf43a940065fdf613 Mon Sep 17 00:00:00 2001 From: Dean Troyer Date: Wed, 3 Jun 2015 10:56:03 -0500 Subject: Clean up ec2 credentials help text Re-sync the text in v2 and v3 help and the docs Depends-On: If4ac5356ade8cff347bb9eb9f88d1ace82bb7275 Change-Id: Iabef2f271fcf46748295c29713fea1811dcab29c --- doc/source/command-objects/ec2-credentials.rst | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'doc/source/command-objects') diff --git a/doc/source/command-objects/ec2-credentials.rst b/doc/source/command-objects/ec2-credentials.rst index d675dc8c..f8e38564 100644 --- a/doc/source/command-objects/ec2-credentials.rst +++ b/doc/source/command-objects/ec2-credentials.rst @@ -20,22 +20,22 @@ Create EC2 credentials .. option:: --project - Specify an alternate project (default: current authenticated project) + Create credentials in project (name or ID; default: current authenticated project) .. option:: --user - Specify an alternate user (default: current authenticated user) + Create credentials for user (name or ID; default: current authenticated user) .. option:: --user-domain - Domain the user belongs to (name or ID). + Select user from a specific domain (name or ID) This can be used in case collisions between user names exist. .. versionadded:: 3 .. option:: --project-domain - Domain the project belongs to (name or ID). + Select project from a specific domain (name or ID) This can be used in case collisions between project names exist. .. versionadded:: 3 @@ -60,11 +60,11 @@ Delete EC2 credentials .. option:: --user - Specify a user + Delete credentials for user (name or ID) .. option:: --user-domain - Domain the user belongs to (name or ID). + Select user from a specific domain (name or ID) This can be used in case collisions between user names exist. .. versionadded:: 3 @@ -92,11 +92,11 @@ List EC2 credentials .. option:: --user - Filter list by + Filter list by (name or ID) .. option:: --user-domain - Domain the user belongs to (name or ID). + Select user from a specific domain (name or ID) This can be used in case collisions between user names exist. .. versionadded:: 3 @@ -120,11 +120,11 @@ Display EC2 credentials details .. option:: --user - Specify a user + Show credentials for user (name or ID) .. option:: --user-domain - Domain the user belongs to (name or ID). + Select user from a specific domain (name or ID) This can be used in case collisions between user names exist. .. versionadded:: 3 -- cgit v1.2.1