Minor style update

This commit is contained in:
Miroslav Stampar 2014-10-23 11:25:44 +02:00
parent fc1b05bec9
commit a52c8811e6

View File

@ -191,7 +191,7 @@ def cmdLineParser():
help="Skip URL encoding of payload data") help="Skip URL encoding of payload data")
request.add_option("--csrf-token", dest="csrfToken", request.add_option("--csrf-token", dest="csrfToken",
help="Parameter used as a CSRF protection token") help="Parameter used to hold CSRF protection token")
request.add_option("--csrf-url", dest="csrfUrl", request.add_option("--csrf-url", dest="csrfUrl",
help="URL address to visit to extract CSRF protection token") help="URL address to visit to extract CSRF protection token")