From 889984288dede8257f16b06c78799f0bf7535fed Mon Sep 17 00:00:00 2001
From: Pompolic <pompolic@special-circumstanc.es>
Date: Tue, 29 Mar 2022 19:14:41 +0200
Subject: [PATCH] Update README

---
 README | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/README b/README
index e8c7e89..d771bce 100644
--- a/README
+++ b/README
@@ -34,6 +34,12 @@ Beginnings of a PDF parser in Hammer
        # place some test files in the t/ directory...
        $ make test
 
+       # There are two optional parameters to specify strictness of the parser, and the lowest severity violation to output to stderr:
+       $ ./pdf <filename> 0 9
+       # At the time of writing, severity ratings of VIOL()s range between 1-9
+       # To silence (almost) all error messages, pass a number equal to or greater than 99999 as the fourth parameter:
+       $ ./pdf <filename> 0 99999
+
  - Troubleshooting:
 
        libhammer.so not found:
-- 
GitLab