From 295f624fa63fb2c8163fe139bfd3a1dfb9629417 Mon Sep 17 00:00:00 2001 From: "dylan.araps@gmail.com" Date: Fri, 26 Jul 2019 16:22:45 +0000 Subject: kiss: Fix bug with no args. FossilOrigin-Name: 4be4b63511656ca23a79c2e85ec6eefeb2124ee31321019adc786e8c42e452eb --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'kiss') 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." \ -- cgit v1.2.3