summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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