diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-19 17:23:32 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-19 17:23:32 +0000 |
commit | 0b1a8f9810f0674bf3523c90bdc73da5172e877c (patch) | |
tree | 9aeb34f9e584ad743a3344ac8e1b0cae8aa872ae /kiss | |
parent | 570d7bb34d55af0db271855f0451b392e4e7b3e9 (diff) | |
download | cpt-0b1a8f9810f0674bf3523c90bdc73da5172e877c.tar.gz |
kiss: simpler log printing
FossilOrigin-Name: ba96b0653b3920a776d626fc06f8956111b8797b5b96ce6c812e6a8a68afcac9
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |