kiss: fix msg

This commit is contained in:
Dylan Araps 2021-07-24 23:18:17 +03:00
parent 8360e07955
commit 2454d9c956
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -1565,7 +1565,7 @@ pkg_update_repo() {
contains "$repos" "$PWD" || {
repos="$repos $PWD"
log "$PWD" ""
log "$PWD" " "
am_owner "$PWD" || {
printf 'Need "%s" to update\n' "$user"
@ -1787,7 +1787,7 @@ args() {
s|search) for pkg do pkg_find "$pkg" all; done ;;
u|update) pkg_update ;;
U|upgrade) pkg_upgrade ;;
v|version) printf '5.5.19\n' ;;
v|version) printf '5.5.20\n' ;;
'')
log 'kiss [a|b|c|d|i|l|r|s|u|v] [pkg]...'