Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a52c881

Browse files
committed
Minor style update
1 parent fc1b05b commit a52c881

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/parse/cmdline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def cmdLineParser():
191191
help="Skip URL encoding of payload data")
192192

193193
request.add_option("--csrf-token", dest="csrfToken",
194-
help="Parameter used as a CSRF protection token")
194+
help="Parameter used to hold CSRF protection token")
195195

196196
request.add_option("--csrf-url", dest="csrfUrl",
197197
help="URL address to visit to extract CSRF protection token")

0 commit comments

Comments
 (0)