From d87e87612181c751c75f137116ef0e6f61961777 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 26 Jul 2019 19:22:46 +0300 Subject: [PATCH] kiss: Fix bug with no args. --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 23a9375..55989d6 100755 --- 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." \