From: Anton Yuzhaninov Date: Tue, 23 Oct 2018 03:31:10 +0000 (-0400) Subject: Fix grammar X-Git-Tag: 1.8.2~157^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F2605%2Fhead;p=rspamd.git Fix grammar --- diff --git a/test/tools/http_put.py b/test/tools/http_put.py index dab9a2150..de2dad3d7 100755 --- a/test/tools/http_put.py +++ b/test/tools/http_put.py @@ -19,11 +19,11 @@ def main(): parser.add_argument( "file", type=argparse.FileType('rb'), nargs='+', help="File to upload") parser.add_argument( - "dir_url", help="Remote URL (path to a directory, must ends with /)") + "dir_url", help="Remote URL (path to a directory, must include a trailing /)") args = parser.parse_args() if not args.dir_url.endswith('/'): - parser.error("URL must ends with /") + parser.error("URL must end with /") http_auth = os.getenv('HTTP_PUT_AUTH') if http_auth: