diff options
Diffstat (limited to 'files/slackpkg.8')
-rw-r--r-- | files/slackpkg.8 | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/files/slackpkg.8 b/files/slackpkg.8 index b1baa45..aadd249 100644 --- a/files/slackpkg.8 +++ b/files/slackpkg.8 @@ -6,7 +6,7 @@ .SH SYNOPSIS .B slackpkg .B [OPTIONS] -.B {install|remove|search|file-search|download|upgrade|reinstall|blacklist} +.B {install|remove|search|file-search|download|upgrade|reinstall} .BI { PATTERN | FILE } .B slackpkg [OPTIONS] {clean-system|upgrade-all|install-new} @@ -226,15 +226,6 @@ With remove, you can remove certain installed packages. As an example: will remove all packages with "kde" in their name. .TP 5 -.B blacklist -.br -With this action, you can "blacklist" certain packages. -.br -Blacklisted packages will not be installed, upgraded, or removed by slackpkg. -If you want to remove some package from the black list, please edit -/etc/slackpkg/blacklist. - -.TP 5 .B download .br This action tells slackpkg to download the packages, but not to install them. |