forked from kiss-community/kiss
kiss: Fix bug with no args.
This commit is contained in:
parent
67e748599c
commit
d87e876121
2
kiss
2
kiss
@ -996,7 +996,7 @@ args() {
|
|||||||
;;
|
;;
|
||||||
|
|
||||||
# Print usage and exit.
|
# 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]" \
|
log "kiss [b|c|d|i|l|r|s|u] [pkg] [pkg] [pkg]" \
|
||||||
"build: Build a package." \
|
"build: Build a package." \
|
||||||
"checksum: Generate checksums." \
|
"checksum: Generate checksums." \
|
||||||
|
Loading…
Reference in New Issue
Block a user