summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorAlan Pevec <apevec@redhat.com>2012-07-06 00:33:40 +0200
committerAlan Pevec <apevec@redhat.com>2012-07-06 00:39:24 +0200
commit3b4b7c37fb772a679703aaf6efbec9777bbbf6eb (patch)
treed8c522c9ee001daebf2cdd8ed56e2f5eae8f32eb /README.rst
parentabc7c47c18f54c33668e9862fac614b7ce1d6d0a (diff)
downloadpython-keystoneclient-3b4b7c37fb772a679703aaf6efbec9777bbbf6eb.tar.gz
Replace obsolete option in README
commit 1fa29109c2194102b4c79fa7fd7328843af6998e missed this instance because it was missed in the previous parameter rename, in its long interesting naming history: --os-version renamed to --version renamed to -identity_api_version renamed to --os_identity_api_version renamed to --os-identity-api-version Change-Id: I7cb3bb30f9071d5071d424c37f94b032ca93bb2c
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index 24782fe..4794fe3 100644
--- a/README.rst
+++ b/README.rst
@@ -50,7 +50,7 @@ params, but it's easier to just set them as environment variables::
export OS_PASSWORD=pass
You will also need to define the authentication url with ``--os-auth-url`` and the
-version of the API with ``--identity_api_version``. Or set them as an environment
+version of the API with ``--os-identity-api-version``. Or set them as an environment
variables as well::
export OS_AUTH_URL=http://example.com:5000/v2.0