Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc1b05b commit a52c881Copy full SHA for a52c881
1 file changed
lib/parse/cmdline.py
@@ -191,7 +191,7 @@ def cmdLineParser():
191
help="Skip URL encoding of payload data")
192
193
request.add_option("--csrf-token", dest="csrfToken",
194
- help="Parameter used as a CSRF protection token")
+ help="Parameter used to hold CSRF protection token")
195
196
request.add_option("--csrf-url", dest="csrfUrl",
197
help="URL address to visit to extract CSRF protection token")
0 commit comments