diff options
author | Tim Harder <radhermit@gmail.com> | 2017-09-08 15:29:59 -0400 |
---|---|---|
committer | Tim Harder <radhermit@gmail.com> | 2017-09-08 23:43:07 -0400 |
commit | f3eca0d9b7938f9f78cd40356c17c9bb47f2cf73 (patch) | |
tree | 7efd703117c92c096c65eced2e8b1ae1935b85b2 /README.rst | |
parent | pkgcheck: move pickle reporters into the reporters module and remove the repl... (diff) | |
download | pkgcheck-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.rst | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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. |