commit b2b600aedc131510fe9b391d24b19b675d582021
parent ea555f1e8d8b8242b8f35a51f35450e7297dec21
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Wed, 21 Aug 2019 11:00:50 +0000
docs: update
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/kiss b/kiss
@@ -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