summaryrefslogtreecommitdiff
path: root/swiftclient/shell.py
diff options
context:
space:
mode:
authorPetr Kovar <pkovar@redhat.com>2017-03-13 16:24:50 +0100
committerPetr Kovar <pkovar@redhat.com>2017-03-13 16:26:28 +0100
commit24dda6af9f9ea1c741b57c5709046be993ba788a (patch)
tree3e8cb95d63880cfe76b681748d365a7c11458c32 /swiftclient/shell.py
parentee8620de940297f8b754ce0ffcfcbc4dceb29794 (diff)
downloadpython-swiftclient-24dda6af9f9ea1c741b57c5709046be993ba788a.tar.gz
[trivial] Be consistent in using example.com
* Use distro-agnostic example.com in all examples. Change-Id: If0a7217b7312875bb4ca8258f4ef86c52cd2e577
Diffstat (limited to 'swiftclient/shell.py')
-rwxr-xr-xswiftclient/shell.py2
1 files changed, 1 insertions, 1 deletions
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 \\