diff options
author | Christian Berendt <berendt@b1-systems.de> | 2014-05-02 18:39:14 +0200 |
---|---|---|
committer | Christian Berendt <berendt@b1-systems.de> | 2014-05-12 12:02:32 +0200 |
commit | 2d30656f41b26bc01c8983f294bda1e5dec2e576 (patch) | |
tree | e8baf56e5203f6a645fe1dc8bbdb6d2164872ea6 /swiftclient/shell.py | |
parent | 3895d8535a6aa61a2560f5aadc5ffbd172f6a4c8 (diff) | |
download | python-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-x | swiftclient/shell.py | 4 |
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', |