From ef529c4b2e0d2a31623931f88f4b8315ffff36b5 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 16 Oct 2021 16:45:10 +0200 Subject: [PATCH] chg: [README] update doc --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 87154cc..15e390f 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ This tool can help a digital forensic investigator to know the context, origin o # Usage ~~~~ -usage: hashlookup-analyser.py [-h] [-v] [-d DIR] [--print-all] [--print-unknown] [--include-stats] +usage: hashlookup-analyser.py [-h] [-v] [-d DIR] [--print-all] [--print-unknown] [--include-stats] [--format FORMAT] Analyse a forensic target to find and report files found and not found in hashlookup CIRCL public service @@ -17,6 +17,7 @@ optional arguments: --print-all Print all files result including known and unknown --print-unknown Print all files unknown to hashlookup service --include-stats Include statistics in the CSV export + --format FORMAT Output format (default is CSV) ~~~~ ## Example