diff options
| author | Dean Troyer <dtroyer@gmail.com> | 2015-06-03 10:56:03 -0500 |
|---|---|---|
| committer | Dean Troyer <dtroyer@gmail.com> | 2015-06-03 15:03:57 -0500 |
| commit | 3fa0bbc7ee26766e7ba5d02cf43a940065fdf613 (patch) | |
| tree | cfd2bca8fa2b6f24197af79377e780937f6afcea /doc/source/command-objects | |
| parent | 7665d52a0c0643aa6034aa8cf3ae1240c693ca5f (diff) | |
| download | python-openstackclient-3fa0bbc7ee26766e7ba5d02cf43a940065fdf613.tar.gz | |
Clean up ec2 credentials help text
Re-sync the text in v2 and v3 help and the docs
Depends-On: If4ac5356ade8cff347bb9eb9f88d1ace82bb7275
Change-Id: Iabef2f271fcf46748295c29713fea1811dcab29c
Diffstat (limited to 'doc/source/command-objects')
| -rw-r--r-- | doc/source/command-objects/ec2-credentials.rst | 20 |
1 files changed, 10 insertions, 10 deletions
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 <project> - Specify an alternate project (default: current authenticated project) + Create credentials in project (name or ID; default: current authenticated project) .. option:: --user <user> - Specify an alternate user (default: current authenticated user) + Create credentials for user (name or ID; default: current authenticated user) .. option:: --user-domain <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 <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 <user> - Specify a user + Delete credentials for user (name or ID) .. option:: --user-domain <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 <user> - Filter list by <user> + Filter list by <user> (name or ID) .. option:: --user-domain <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 <user> - Specify a user + Show credentials for user (name or ID) .. option:: --user-domain <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 |
