mirror of
https://github.com/rworkman/slackpkg
synced 2024-11-15 19:47:54 +01:00
Tweak default blacklist file's help text (thanks, dive)
This commit is contained in:
parent
b53d9d7499
commit
c0a4ea8dbe
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
#
|
#
|
||||||
# You can blacklist using regular expressions.
|
# You can blacklist using regular expressions.
|
||||||
#
|
#
|
||||||
# Don't use *full* regex here, because all of the following will be checked
|
# All of the following will be checked for the regex:
|
||||||
# for the regex: series, name, version, arch, build, and fullname.
|
# Package series, name, version, arch, build, and fullname
|
||||||
# When blacklisting packages, you can use extended regex on package names
|
# When blacklisting packages, you can use extended regex on package names
|
||||||
# (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing
|
# (such as xorg-.* instead of xorg-server, xorg-docs, etc), and a trailing
|
||||||
# slash for package series ("n/", "ap/", "xap/", etc).
|
# slash for package series ("n/", "ap/", "xap/", etc).
|
||||||
|
|
Loading…
Reference in a new issue