From 60aaf7522e396e5c03e59e05c868ac1ae4bc781b Mon Sep 17 00:00:00 2001 From: Alex Cameron Date: Fri, 3 Dec 2021 14:28:28 +1100 Subject: [PATCH] README: Update help text --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3f9c0cae..ce8341a0 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,7 @@ python -m pip install pip-audit usage: pip-audit [-h] [-V] [-l] [-r REQUIREMENTS] [-f FORMAT] [-s SERVICE] [-d] [-S] [--desc [{on,off,auto}]] [--cache-dir CACHE_DIR] [--progress-spinner {on,off}] [--timeout TIMEOUT] + [--path PATHS] audit the Python environment for dependencies with known vulnerabilities @@ -62,6 +63,9 @@ optional arguments: --progress-spinner {on,off} display a progress spinner (default: on) --timeout TIMEOUT set the socket timeout (default: 15) + --path PATHS restrict to the specified installation path for auditing + packages; this option can be used multiple times + (default: []) ```