From 190c70238c229e0a24d55d85b290154c74487d44 Mon Sep 17 00:00:00 2001 From: William Woodruff Date: Wed, 5 Oct 2022 13:47:47 -0400 Subject: [PATCH] README: update `abi3audit --help` Signed-off-by: William Woodruff --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 210c9c6..07a923c 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ Top-level: ```console -usage: abi3audit [-h] [--debug] [-v] [-R] [-o OUTPUT] SPEC [SPEC ...] +usage: abi3audit [-h] [--debug] [-v] [-R] [-o OUTPUT] [-S] SPEC [SPEC ...] Scans Python extensions for abi3 violations and inconsistencies @@ -52,6 +52,8 @@ options: -R, --report generate a JSON report; uses --output -o OUTPUT, --output OUTPUT the path to write the JSON report to (default: stdout) + -S, --strict fail the entire audit if an individual audit step + fails ```