aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gmail.com>2017-09-08 15:29:59 -0400
committerTim Harder <radhermit@gmail.com>2017-09-08 23:43:07 -0400
commitf3eca0d9b7938f9f78cd40356c17c9bb47f2cf73 (patch)
tree7efd703117c92c096c65eced2e8b1ae1935b85b2 /README.rst
parentpkgcheck: move pickle reporters into the reporters module and remove the repl... (diff)
downloadpkgcheck-f3eca0d9b7938f9f78cd40356c17c9bb47f2cf73.tar.gz
pkgcheck-f3eca0d9b7938f9f78cd40356c17c9bb47f2cf73.tar.bz2
pkgcheck-f3eca0d9b7938f9f78cd40356c17c9bb47f2cf73.zip
pkgcheck: split into functionality into subcommands: scan, replay, and show
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index d1ace520..e31d639a 100644
--- a/README.rst
+++ b/README.rst
@@ -123,10 +123,10 @@ ones. Examples::
patterns=unstable_only stale_unstable imlate
The first disables the three specified checks, the second enables only
-those three. For available names see ``pkgcheck --list-checks``.
+those three. For available names see ``pkgcheck show --checks``.
``patterns`` is a whitespace-separated list. If the values are strings
-they need to match a component of the name in ``--list-checks``
+they need to match a component of the name in ``pkgcheck show --checks``
exactly. If it looks like a regexp (currently defined as "contains a +
or \*") this needs to match the entire name.