kiss: Fix bug with no args.

This commit is contained in:
Dylan Araps 2019-07-26 19:22:46 +03:00
parent 67e748599c
commit d87e876121
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -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." \