summaryrefslogtreecommitdiff
path: root/swiftclient/shell.py
diff options
context:
space:
mode:
authorChristian Berendt <berendt@b1-systems.de>2014-05-02 18:39:14 +0200
committerChristian Berendt <berendt@b1-systems.de>2014-05-12 12:02:32 +0200
commit2d30656f41b26bc01c8983f294bda1e5dec2e576 (patch)
treee8baf56e5203f6a645fe1dc8bbdb6d2164872ea6 /swiftclient/shell.py
parent3895d8535a6aa61a2560f5aadc5ffbd172f6a4c8 (diff)
downloadpython-swiftclient-2d30656f41b26bc01c8983f294bda1e5dec2e576.tar.gz
fixed typos found by RETF rules
rules are avaialble at https://en.wikipedia.org/wiki/Wikipedia:AutoWikiBrowser/Typos Change-Id: I98b6e46cb84962ffdac02e9007b5ad3b30bc2817
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 4e8b195..91c7d9d 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',