summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2013-11-01 11:40:44 -0700
committerAlex Gaynor <alex.gaynor@gmail.com>2013-11-01 11:40:44 -0700
commitff6ba367faa71a7dd22e210382c8afc41d79d779 (patch)
treec174999d3e0b11325cf43588821b566af433bd9b
parent4b78b4d136f5e18544ba97db85f47c5201d3a761 (diff)
downloadpython-swiftclient-ff6ba367faa71a7dd22e210382c8afc41d79d779.tar.gz
Replaced two references to Cloud Files with Swift
Change-Id: I721f2b25a255a829c625b34928b066df3cd3e632
-rw-r--r--doc/manpages/swift.12
-rw-r--r--swiftclient/client.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/manpages/swift.1 b/doc/manpages/swift.1
index 8775eff..fb03ea4 100644
--- a/doc/manpages/swift.1
+++ b/doc/manpages/swift.1
@@ -48,7 +48,7 @@ as well.
Lists the containers for the account or the objects for a container.
The -p or --prefix is an option that will only list items beginning
with that prefix. The -d or --delimiter is option (for container listings only)
-that will roll up items with the given delimiter (see Cloud Files general
+that will roll up items with the given delimiter (see OpenStack Swift general
documentation for what this means).
The -l and --lh options provide more detail, similar to ls -l and ls -lh, the latter
diff --git a/swiftclient/client.py b/swiftclient/client.py
index 3bbbc54..8dc4b71 100644
--- a/swiftclient/client.py
+++ b/swiftclient/client.py
@@ -14,7 +14,7 @@
# limitations under the License.
"""
-Cloud Files client library used internally
+OpenStack Swift client library used internally
"""
import socket