Minor update of help text

This commit is contained in:
Miroslav Stampar
2018-10-15 02:15:05 +02:00
parent 1f2bdf5a3d
commit 9f6e04b141
4 changed files with 15 additions and 15 deletions

View File

@@ -43,16 +43,16 @@ sitemapUrl =
# Force usage of given HTTP method (e.g. PUT).
method =
# Data string to be sent through POST.
# Data string to be sent through POST (e.g. "id=1").
data =
# Character used for splitting parameter values.
# Character used for splitting parameter values (e.g. &).
paramDel =
# HTTP Cookie header value.
# HTTP Cookie header value (e.g. "PHPSESSID=a8d127e..").
cookie =
# Character used for splitting cookie values.
# Character used for splitting cookie values (e.g. ;).
cookieDel =
# File containing cookies in Netscape/wget format.
@@ -98,7 +98,7 @@ authCred =
# Syntax: key_file
authFile =
# Ignore HTTP error code (e.g. 401).
# Ignore (problematic) HTTP error code (e.g. 401).
# Valid: integer
ignoreCode =
@@ -746,7 +746,7 @@ updateAll = False
# Run host OS command(s) when SQL injection is found.
alert =
# Set question answers (e.g. "quit=N,follow=N").
# Set predefined answers (e.g. "quit=N,follow=N").
answers =
# Beep on question and/or when SQL injection is found.