diff options
author | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-26 16:22:45 +0000 |
---|---|---|
committer | dylan.araps@gmail.com <dylan.araps@gmail.com> | 2019-07-26 16:22:45 +0000 |
commit | 295f624fa63fb2c8163fe139bfd3a1dfb9629417 (patch) | |
tree | 5d893f83b58d80bdf61762632198a98372078ead /kiss | |
parent | 9462ecd9f1bb7a523d4e91b155ffd832a7a737bf (diff) | |
download | cpt-295f624fa63fb2c8163fe139bfd3a1dfb9629417.tar.gz |
kiss: Fix bug with no args.
FossilOrigin-Name: 4be4b63511656ca23a79c2e85ec6eefeb2124ee31321019adc786e8c42e452eb
Diffstat (limited to 'kiss')
-rwxr-xr-x | kiss | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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." \ |