Tweak default blacklist file's help text (thanks, dive)

This commit is contained in:
Robby Workman 2021-03-12 21:20:09 -06:00
parent b53d9d7499
commit c0a4ea8dbe

View file

@ -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).