From 0a6c2f23c389b9613e5f330d15c172ba3788fb29 Mon Sep 17 00:00:00 2001 From: Joe Dillon Date: Thu, 23 Apr 2020 14:06:40 +0100 Subject: [PATCH] Signed. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 313d63a..fd298d5 100644 --- a/README.md +++ b/README.md @@ -330,7 +330,7 @@ PyPI packages: **Why is audit mode slower than query mode?** -In order for audit mode to reliably determine if patches are available (an installed package version is older than the patched version), `vercmp` has to be used for many packages which takes a few 100ms extra time. +In order for audit mode to reliably determine if patches are available (an installed package version is older than the patched version), `vercmp` has to be used to compare many packages which takes a few 100ms extra time. If you have just -Syu'd, you can probably skip these checks with -s for increased speed.