summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/cli.rst4
-rwxr-xr-xswiftclient/shell.py2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/source/cli.rst b/doc/source/cli.rst
index 1f76b05..b107448 100644
--- a/doc/source/cli.rst
+++ b/doc/source/cli.rst
@@ -85,7 +85,7 @@ below:
.. code-block:: bash
- swift -A https://auth.api.rackspacecloud.com/v1.0 -U user -K api_key list
+ swift -A https://api.example.com/v1.0 -U user -K api_key list
Specifying the options above manually on the command line can be avoided by
setting the following environment variables:
@@ -93,7 +93,7 @@ setting the following environment variables:
.. code-block:: bash
ST_AUTH_VERSION=1.0
- ST_AUTH=https://auth.api.rackspacecloud.com/v1.0
+ ST_AUTH=https://api.example.com/v1.0
ST_USER=user
ST_KEY=key
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index ceca592..4a8a356 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -1442,7 +1442,7 @@ Positional arguments:
Examples:
%(prog)s download --help
- %(prog)s -A https://auth.api.rackspacecloud.com/v1.0 \\
+ %(prog)s -A https://api.example.com/v1.0 \\
-U user -K api_key stat -v
%(prog)s --os-auth-url https://api.example.com/v2.0 \\