summaryrefslogtreecommitdiff
path: root/swiftclient/shell.py
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-05-16 15:41:30 +0000
committerGerrit Code Review <review@openstack.org>2014-05-16 15:41:30 +0000
commit09eb1843f14dc438c61562e7f5204b0df68335d7 (patch)
tree16adc985f5d9a2e08bdd7b273c8ba96f06748f0f /swiftclient/shell.py
parent1270cb220879218e998714e2d7d6848b5ebd3b65 (diff)
parent2d30656f41b26bc01c8983f294bda1e5dec2e576 (diff)
downloadpython-swiftclient-09eb1843f14dc438c61562e7f5204b0df68335d7.tar.gz
Merge "fixed typos found by RETF rules"
Diffstat (limited to 'swiftclient/shell.py')
-rwxr-xr-xswiftclient/shell.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/swiftclient/shell.py b/swiftclient/shell.py
index 9e12b2a..d035388 100755
--- a/swiftclient/shell.py
+++ b/swiftclient/shell.py
@@ -831,7 +831,7 @@ Optional arguments:
--segment-container <container>
Upload the segments into the specified container. If
not specified, the segments will be uploaded to a
- <container>_segments container so as to not pollute the
+ <container>_segments container to not pollute the
main <container> listings.
--leave-segments Indicates that you want the older segments of manifest
objects left alone (in the case of overwrites).
@@ -872,7 +872,7 @@ def st_upload(parser, args, thread_manager):
'-C', '--segment-container', dest='segment_container',
help='Upload the segments into the specified container. '
'If not specified, the segments will be uploaded to a '
- '<container>_segments container so as to not pollute the main '
+ '<container>_segments container to not pollute the main '
'<container> listings.')
parser.add_option(
'', '--leave-segments', action='store_true',