From cc47052c669b3a2bc1f39a1e6b76b80438069d42 Mon Sep 17 00:00:00 2001
From: Miroslav Stampar <miroslav@sqlmap.org>
Date: Thu, 29 Sep 2016 11:30:19 +0200
Subject: [PATCH] Updated Usage (markdown)

---
 Usage.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Usage.md b/Usage.md
index 37e4fe7d7..aa830e4b3 100644
--- a/Usage.md
+++ b/Usage.md
@@ -266,7 +266,7 @@ This option can be used to set the verbosity level of output messages. There exi
 * **6**: Show also HTTP responses' page content.
 
 A reasonable level of verbosity to further understand what sqlmap does under the hood is level **2**, primarily for the detection phase and the take-over functionalities. Whereas if you want to see the SQL payloads the tools sends, level **3** is your best choice. This level is also recommended to be used when you feed the developers with a potential bug report, make sure you send along with the standard output the traffic log file generated with option `-t`.
-In order to further debug potential bugs or unexpected behaviours, we recommend you to set the verbosity to level **4** or above.
+In order to further debug potential bugs or unexpected behaviours, we recommend you to set the verbosity to level **4** or above. It should be noted that there is also a possibility to set the verbosity by using the shorter version of this option where number of letters `v` inside the provided switch (instead of option) determines the verbosity level (e.g. `-v` instead of `-v 2`, `-vv` instead of `-v 3`, `-vvv` instead of `-v 4`, etc.)
 
 ## Target