docs: update

This commit is contained in:
Dylan Araps 2019-08-21 11:00:50 +00:00
parent ea555f1e8d
commit b2b600aedc
1 changed files with 2 additions and 2 deletions

4
kiss
View File

@ -965,7 +965,7 @@ args() {
# Parse some arguments earlier to remove the need to duplicate code.
case $action in
c|checksums|s|search)
c|checksum|s|search)
[ "$1" ] || die "'kiss $action' requires an argument"
;;
@ -1002,7 +1002,7 @@ args() {
pkg_build "$@"
;;
c|checksums)
c|checksum)
for pkg; do pkg_lint "$pkg"; done
for pkg; do pkg_sources "$pkg"; done
for pkg; do