Replaced two references to Cloud Files with Swift

Change-Id: I721f2b25a255a829c625b34928b066df3cd3e632
This commit is contained in:
Alex Gaynor 2013-11-01 11:40:44 -07:00
parent 4b78b4d136
commit ff6ba367fa
2 changed files with 2 additions and 2 deletions
doc/manpages
swiftclient

@ -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

@ -14,7 +14,7 @@
# limitations under the License.
"""
Cloud Files client library used internally
OpenStack Swift client library used internally
"""
import socket