From 7a47b75b060ef7a7d18de1ad53f25f52b62e0a92 Mon Sep 17 00:00:00 2001 From: stamparm Date: Thu, 4 Apr 2013 14:12:16 +0200 Subject: [PATCH] Trivial update --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 8886c11cc..81cff1acc 100644 --- a/Usage.md +++ b/Usage.md @@ -594,7 +594,7 @@ Option: `--skip` In case that user wants to exclude certain parameters from testing, he can use this option. This is especially useful in cases when you want to use higher value for `--level` and test all available parameters excluding some of HTTP headers normally being tested. -For instance, to skip testing for HTTP `User-Agent` and HTTP `Referer` at `--level=5`, provide `--skip "user-agent,referer"`. +For instance, to skip testing for HTTP `User-Agent` and HTTP `Referer` at `--level=5`, provide `--skip="user-agent,referer"`. ### URI injection point