misc: nits

Clean up of help output.

Also renamed KISS_SHA to KISS_CHK.
This commit is contained in:
Dylan Araps 2021-07-22 08:34:52 +03:00
parent 6ea1821d97
commit 671364fc11
No known key found for this signature in database
GPG Key ID: 13295DAC2CF13B5C
1 changed files with 7 additions and 7 deletions

14
kiss
View File

@ -1788,14 +1788,14 @@ args() {
'')
log 'kiss [a|b|c|d|i|l|r|s|u|v] [pkg]...'
log 'alternatives List and swap to alternatives'
log 'build Build a package'
log 'alternatives List and swap alternatives'
log 'build Build packages'
log 'checksum Generate checksums'
log 'download Pre-download all sources'
log 'install Install a package'
log 'download Download sources'
log 'install Install packages'
log 'list List installed packages'
log 'remove Remove a package'
log 'search Search for a package'
log 'remove Remove packages'
log 'search Search for packages'
log 'update Update the system'
log 'version Package manager version'
@ -1915,7 +1915,7 @@ main() {
)"} || cmd_elf=ldd
# Figure out which sha256 utility is available.
cmd_sha=${KISS_SHA:-"$(
cmd_sha=${KISS_CHK:-"$(
command -v openssl ||
command -v sha256sum ||
command -v sha256 ||