From 743e1b72d26945aa4e762c59d667cb64426de5d6 Mon Sep 17 00:00:00 2001 From: stamparm Date: Sat, 27 Oct 2012 10:07:40 -0700 Subject: [PATCH] Minor deprecation fix --- FAQ.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/FAQ.md b/FAQ.md index 46517b7..74b5dab 100644 --- a/FAQ.md +++ b/FAQ.md @@ -88,12 +88,11 @@ Currently there is no pressure on Python projects to switch to the new version o ## How can I shorten the payloads injected by sqlmap? -You can provide sqlmap with the following two switches: +You can provide sqlmap with the following switch: --no-cast Turn off payload casting mechanism - --no-unescape Turn off string unescaping mechanism -However, on the other hand you might lose the benefits provided by these switches in the default configuration. +However, on the other hand you might lose the benefits provided by these switch in the default configuration. ## What does `WARNING unknown charset '...'` mean?