From b8da3a4730608a69ead9566c21a3703a1377f4c8 Mon Sep 17 00:00:00 2001 From: stamparm Date: Wed, 24 Apr 2013 03:39:58 -0700 Subject: [PATCH] Updated Usage (markdown) --- Usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Usage.md b/Usage.md index 752be1c8b..e87716ca9 100644 --- a/Usage.md +++ b/Usage.md @@ -1504,7 +1504,7 @@ This is useful primarily for debug purposes. Option: `--dump-format` -sqlmap supports three different types of formatting when storing dumped table data into the output directory: `CSV`, `HTML` and `SQLITE`. Default one is `CSV` where each table row is stored into a textual file line by line, and where each entry is separated with a comma character ','. In case of `HTML` output is being stored into a HTML file where each row is represented with a row inside a formatted table. In case of `SQLITE` output is being stored into a SQLITE database where original table content is replicated into the corresponding table having a same name. +sqlmap supports three different types of formatting when storing dumped table data into the corresponding file inside an output directory: `CSV`, `HTML` and `SQLITE`. Default one is `CSV` where each table row is stored into a textual file line by line, and where each entry is separated with a comma character `,`. In case of `HTML`, output is being stored into a HTML file where each row is represented with a row inside a formatted table. In case of `SQLITE` output is being stored into a SQLITE database where original table content is replicated into the corresponding table having a same name. ### Estimated time of arrival