commit d87e87612181c751c75f137116ef0e6f61961777
parent 67e748599c76d3a74d5cd90cbca9705842286bae
Author: Dylan Araps <dylan.araps@gmail.com>
Date: Fri, 26 Jul 2019 19:22:46 +0300
kiss: Fix bug with no args.
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/kiss b/kiss
@@ -996,7 +996,7 @@ args() {
;;
# Print usage and exit.
- h|he|hel|help|-h|--help)
+ h|he|hel|help|-h|--help|'')
log "kiss [b|c|d|i|l|r|s|u] [pkg] [pkg] [pkg]" \
"build: Build a package." \
"checksum: Generate checksums." \