From ff6ba367faa71a7dd22e210382c8afc41d79d779 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Fri, 1 Nov 2013 11:40:44 -0700 Subject: [PATCH] Replaced two references to Cloud Files with Swift Change-Id: I721f2b25a255a829c625b34928b066df3cd3e632 --- doc/manpages/swift.1 | 2 +- swiftclient/client.py | 2 +- 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