diff options
author | Tim Harder <radhermit@gmail.com> | 2020-01-31 21:47:32 -0700 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2020-01-31 21:47:32 -0700 |
commit | f97b41a61352c1ce6f88923d8eb6714c97b2f479 (patch) | |
tree | ce675d2af08e131a7562287dd8808f0411bf4bf6 /doc | |
parent | pkgcheck scan: add --user-agent option for custom user agent spoofing (diff) | |
download | pkgcheck-f97b41a61352c1ce6f88923d8eb6714c97b2f479.tar.gz pkgcheck-f97b41a61352c1ce6f88923d8eb6714c97b2f479.tar.bz2 pkgcheck-f97b41a61352c1ce6f88923d8eb6714c97b2f479.zip |
doc/config.rst: add example showing default target repo override
Diffstat (limited to 'doc')
-rw-r--r-- | doc/config.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/config.rst b/doc/config.rst index d9237bed..46b5b092 100644 --- a/doc/config.rst +++ b/doc/config.rst @@ -55,3 +55,10 @@ Use the JSON reporter by default for scanning output and disable all cache usage [DEFAULT] reporter = JsonReporter cache = no + +Example 6 +--------- +Set the default repo to target when scanning:: + + [DEFAULT] + repo = my_overlay |