commit dbfb18d2ed3f40a5ff93e8758765ba48c16f9a0f parent d5f9899eb023186fd94dfa5fe4dae6a810d1495c Author: Dylan Araps <dylan.araps@gmail.com> Date: Mon, 19 Aug 2019 17:23:33 +0000 kiss: simpler log printing Diffstat:
M | kiss | | | 6 | +++--- |
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git 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.