1
0
mirror of https://codeberg.org/kiss-community/kiss synced 2024-09-28 12:22:39 -06:00

docs: update

This commit is contained in:
Dylan Araps 2020-05-13 17:48:37 +03:00
parent 8d6e4b4ce7
commit 1c6dd610e4
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E

2
kiss
View File

@ -1557,7 +1557,7 @@ args() {
l|list) pkg_list "$@" ;;
u|update) pkg_updates ;;
s|search) for pkg do pkg_find "$pkg" all; done ;;
v|version) printf '2.0.1\n' ;;
v|version) printf '2.0.2\n' ;;
h|help|-h|--help|'')
log 'kiss [a|b|c|i|l|r|s|u|v] [pkg]...'