kiss: simpler log printing

This commit is contained in:
Dylan Araps 2019-08-19 17:23:33 +00:00
parent d5f9899eb0
commit dbfb18d2ed
1 changed files with 3 additions and 3 deletions

6
kiss
View File

@ -61,9 +61,9 @@ pkg_search() {
# in $KISS_PATH/*.
[ "$KISS_PATH" ] || \
die "\$KISS_PATH needs to be set" \
"Example: KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra" \
"Repositories will be searched in the configured order." \
"The variable should work just like \$PATH."
"Example: 'KISS_PATH=/var/db/kiss/repo/core:/var/db/kiss/repo/extra'" \
"Repositories will be searched in the configured order" \
"The variable should work just like \$PATH"
# Find the repository containing a package.
# Searches installed packages if the package is absent from the repositories.