1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

docs: update

This commit is contained in:
Dylan Araps 2019-07-25 09:15:31 +03:00
parent d0a0785680
commit 42a9397567

2
kiss
View File

@ -983,7 +983,7 @@ args() {
-maxdepth 1 -name "$pkg")
# Print all matches. If there aren't any, print an error.
printf '%s\n' "${@:-$(log "[$pkg] Not installed.")}"
printf '%s\n' "${@:-$(log "[$pkg] Not found.")}"
# Exit with an error if a search fails.
[ "$1" ] || exit 1