[trivial] Be consistent in using example.com

* Use distro-agnostic example.com in all examples.

Change-Id: If0a7217b7312875bb4ca8258f4ef86c52cd2e577
This commit is contained in:
Petr Kovar 2017-03-13 16:24:50 +01:00
parent ee8620de94
commit 24dda6af9f
2 changed files with 3 additions and 3 deletions
doc/source
swiftclient

@ -85,7 +85,7 @@ below:
.. code-block:: bash .. 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 Specifying the options above manually on the command line can be avoided by
setting the following environment variables: setting the following environment variables:
@ -93,7 +93,7 @@ setting the following environment variables:
.. code-block:: bash .. code-block:: bash
ST_AUTH_VERSION=1.0 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_USER=user
ST_KEY=key ST_KEY=key

@ -1442,7 +1442,7 @@ Positional arguments:
Examples: Examples:
%(prog)s download --help %(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 -U user -K api_key stat -v
%(prog)s --os-auth-url https://api.example.com/v2.0 \\ %(prog)s --os-auth-url https://api.example.com/v2.0 \\