commit:     2d91176025789852df017bf838c318e3b80134ea
Author:     Brian Harring <ferringb <AT> gmail <DOT> com>
AuthorDate: Sun Dec 14 23:39:40 2025 +0000
Commit:     Brian Harring <ferringb <AT> gmail <DOT> com>
CommitDate: Mon Dec 15 00:03:27 2025 +0000
URL:        
https://gitweb.gentoo.org/proj/pkgcore/pkgcheck.git/commit/?id=2d911760

clarify pkgcheck scan <targets> in it's --help

resolves #721

Signed-off-by: Brian Harring <ferringb <AT> gmail.com>

 src/pkgcheck/scripts/pkgcheck_scan.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pkgcheck/scripts/pkgcheck_scan.py 
b/src/pkgcheck/scripts/pkgcheck_scan.py
index fe55ee6c..de22def6 100644
--- a/src/pkgcheck/scripts/pkgcheck_scan.py
+++ b/src/pkgcheck/scripts/pkgcheck_scan.py
@@ -50,7 +50,7 @@ scan.add_argument(
     metavar="TARGET",
     nargs="*",
     action=arghparse.ParseNonblockingStdin,
-    help="optional targets",
+    help="if not given, scan the repo.  If given, limit scans to pkgs matching 
extended atom syntax.  If no packaages match, no scans are ran",
 )
 
 main_options = scan.add_argument_group("main options")

Reply via email to