From 0b1a8f9810f0674bf3523c90bdc73da5172e877c Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Mon, 19 Aug 2019 17:23:32 +0000 Subject: kiss: simpler log printing FossilOrigin-Name: ba96b0653b3920a776d626fc06f8956111b8797b5b96ce6c812e6a8a68afcac9 --- kiss | 6 +++--- 1 file 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. -- cgit v1.2.3