diff --git a/fourmi.py b/fourmi.py index 232f1f5..2b36b08 100755 --- a/fourmi.py +++ b/fourmi.py @@ -16,6 +16,8 @@ Options: --log= Save log to an file. -o --output= Output file [default: result.*format*] -f --format= Output formats (supported: csv, json, jsonlines, xml) [default: jsonlines] + --include= Include only sources that match the regular these expressions split by a comma. + --exclude= Exclude the sources that match the regular these expressions split by a comma. """ from twisted.internet import reactor