docs: update

This commit is contained in:
Dylan Araps 2019-08-26 20:34:33 +00:00
parent b46c57c65a
commit 2db79ddd35
1 changed files with 2 additions and 1 deletions

3
kiss
View File

@ -900,6 +900,7 @@ pkg_updates() {
# Disable globbing.
set -f
outdated="zlib xset kiss"
# End here if no packages have an update.
[ "$outdated" ] || {
log "Everything is up to date"
@ -1024,7 +1025,7 @@ args() {
pkg_list "$pkg" >/dev/null ||
die "[$pkg] Not installed"
pkg_remove "$pkg" "${KISS_FORCE:-check}"
pkg_remove "$pkg" check
done
;;