diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-21 11:00:49 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-08-21 11:00:49 +0000 |
commit | c069bf7201fe61a846a9937339c6d9f35a5e464e (patch) | |
tree | a7b574733a7cf3376a5675e2f05bffaa43bfcb08 | |
parent | 50de8f1162d314e17a574d9819e138ae66fcc31d (diff) | |
download | cpt-c069bf7201fe61a846a9937339c6d9f35a5e464e.tar.gz |
docs: update
FossilOrigin-Name: 1cb49c516ea33ff6429a8373508248524d58bdf0601ed494b441282628caf715
-rwxr-xr-x | kiss | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |