From 3794c3cc2fafa8e0f4a1da11496d8d4a13f8d9df Mon Sep 17 00:00:00 2001 From: Miroslav Stampar Date: Thu, 4 Apr 2013 18:08:36 +0300 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dd617e251..86ded287b 100644 --- a/README.md +++ b/README.md @@ -11,15 +11,15 @@ Preferably, you can download sqlmap by cloning the Git repository: git clone https://github.com/sqlmapproject/sqlmap.git sqlmap-dev -sqlmap should work out of the box with [Python](http://www.python.org/download/) version 2.6.x or 2.7.x. +sqlmap should work out of the box with [Python](http://www.python.org/download/) version 2.6.x or 2.7.x on any platform. Usage --- -To get a list of basic options use: +To get a list of basic options and switches use: python sqlmap.py -h -To get a list of all options use: +To get a list of all options and switches use: python sqlmap.py -hh