We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3ae2a7 commit 2d91176Copy full SHA for 2d91176
1 file changed
src/pkgcheck/scripts/pkgcheck_scan.py
@@ -50,7 +50,7 @@
50
metavar="TARGET",
51
nargs="*",
52
action=arghparse.ParseNonblockingStdin,
53
- 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",
54
)
55
56
main_options = scan.add_argument_group("main options")
0 commit comments