From a0f3cf1026419ebf5e07220e781eec340bc44433 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 19 Aug 2024 16:02:02 +0200 Subject: [PATCH] Fix typo --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 1ed0964..bd9a0a8 100644 --- a/README +++ b/README @@ -49,7 +49,7 @@ No installation is needed apart of the commented dependencies, just execute it! There are two important options when peepdf is executed: --f: Ignores the parsing errors. Analysing malicious files propably leads to parsing errors, so this parameter should be set. +-f: Ignores the parsing errors. Analysing malicious files probably leads to parsing errors, so this parameter should be set. -l: Sets the loose mode, so does not search for the endobj tag because it's not obligatory. Helpful with malformed files.