aboutsummaryrefslogtreecommitdiff
path: root/kiss
diff options
context:
space:
mode:
authordylan.araps@gmail.com <dylan.araps@gmail.com>2019-08-19 17:23:32 +0000
committerdylan.araps@gmail.com <dylan.araps@gmail.com>2019-08-19 17:23:32 +0000
commit0b1a8f9810f0674bf3523c90bdc73da5172e877c (patch)
tree9aeb34f9e584ad743a3344ac8e1b0cae8aa872ae /kiss
parent570d7bb34d55af0db271855f0451b392e4e7b3e9 (diff)
downloadcpt-0b1a8f9810f0674bf3523c90bdc73da5172e877c.tar.gz
kiss: simpler log printing
FossilOrigin-Name: ba96b0653b3920a776d626fc06f8956111b8797b5b96ce6c812e6a8a68afcac9
Diffstat (limited to 'kiss')
-rwxr-xr-xkiss6
1 files changed, 3 insertions, 3 deletions
diff --git a/kiss b/kiss
index dfc2517..fc25760 100755
--- a/kiss
+++ b/kiss
@@ -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.