aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2021-02-18 18:23:12 -0700
committerTim Harder <radhermit@gmail.com>2021-02-18 18:23:12 -0700
commitee497f6161c938a2f9d497368c03ce6f70ae6dcd (patch)
treedb20fc844a4512c1f29bfe90c2f839b9ec48582f /README.rst
parentPipeline: store error result objs for --exit instead of a count (diff)
downloadpkgcheck-ee497f6161c938a2f9d497368c03ce6f70ae6dcd.tar.gz
pkgcheck-ee497f6161c938a2f9d497368c03ce6f70ae6dcd.tar.bz2
pkgcheck-ee497f6161c938a2f9d497368c03ce6f70ae6dcd.zip
readme: simplify scan() args for API usage example
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.rst b/README.rst
index ddc7b413..ea780619 100644
--- a/README.rst
+++ b/README.rst
@@ -48,7 +48,7 @@ the results for a given ebuild repo:
from pkgcheck import scan
- for result in scan(['-r', '/path/to/ebuild/repo']):
+ for result in scan(['/path/to/ebuild/repo']):
print(result)
This allows third party tools written in python to leverage pkgcheck's scanning