diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-25 06:15:31 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-25 06:15:31 +0000 |
commit | f633ba320d8b5af92eac876c75d722a9ee424bea (patch) | |
tree | 8cbcf2869eeb5ca16031359c3d1c3806fffa65dc /kiss | |
parent | 365f767f486ec1aa7fb4074d6997e9f919d78147 (diff) | |
download | cpt-f633ba320d8b5af92eac876c75d722a9ee424bea.tar.gz |
docs: update
FossilOrigin-Name: 066a378f210ad1825b667cce23ecfb24213738ee3a56face2d5ca0955f4dac60
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -983,7 +983,7 @@ args() { -maxdepth 1 -name "$pkg") # Print all matches. If there aren't any, print an error. - printf '%s\n' "${@:-$(log "[$pkg] Not installed.")}" + printf '%s\n' "${@:-$(log "[$pkg] Not found.")}" # Exit with an error if a search fails. [ "$1" ] || exit 1 |