From a1dd39f92a9fd6860e148360f8ad3e9ca567974a Mon Sep 17 00:00:00 2001 From: "Jip J. Dekker" Date: Sun, 8 Jun 2014 13:12:35 +0200 Subject: [PATCH] Made CSV our default format, as it's probably the most likely to be used. --- fourmi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fourmi.py b/fourmi.py index a959091..68d221a 100755 --- a/fourmi.py +++ b/fourmi.py @@ -18,7 +18,7 @@ Options: --verbose Verbose logging output. --log= Save log to an file. -o --output= Output file [default: results.*format*] - -f --format= Output formats (supported: csv, json, jsonlines, xml) [default: jsonlines] + -f --format= Output formats (supported: csv, json, jsonlines, xml) [default: csv] --include= Include only sources that match these regular expressions split by a comma. --exclude= Exclude the sources that match these regular expressions split by a comma. """