diff options
author | Robby Workman <rworkman@slackware.com> | 2021-03-12 21:20:09 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-03-12 21:29:46 -0600 |
commit | c0a4ea8dbe47d0ba13e9cfa6546928129d33060b (patch) | |
tree | f3352b9d30548bb5f54477759fb1c733eaae612a /files/blacklist.new | |
parent | b53d9d74992376f34350c6b23faaa3e8da1d0891 (diff) | |
download | slackpkg-c0a4ea8dbe47d0ba13e9cfa6546928129d33060b.tar.xz |
Tweak default blacklist file's help text (thanks, dive)
Diffstat (limited to 'files/blacklist.new')
-rw-r--r-- | files/blacklist.new | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/files/blacklist.new b/files/blacklist.new index 6c5bcb6..e1ddd2b 100644 --- a/files/blacklist.new +++ b/files/blacklist.new @@ -7,8 +7,8 @@ # # You can blacklist using regular expressions. # -# Don't use *full* regex here, because all of the following will be checked -# for the regex: series, name, version, arch, build, and fullname. +# All of the following will be checked for the regex: +# Package series, name, version, arch, build, and fullname # When blacklisting packages, you can use extended regex on package names # (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing # slash for package series ("n/", "ap/", "xap/", etc). |