kiss: add preferred to usage

This commit is contained in:
phoebos 2023-05-17 00:06:34 +01:00
parent a6bb1c5a26
commit 37e6a59ed3
No known key found for this signature in database

3
kiss
View File

@ -2033,13 +2033,14 @@ args() {
v|version) printf '5.6.4\n' ;; v|version) printf '5.6.4\n' ;;
'') '')
log 'kiss [a|b|c|d|i|l|r|s|u|U|v] [pkg]...' log 'kiss [a|b|c|d|i|l|p|r|s|u|U|v] [pkg]...'
log 'alternatives List and swap alternatives' log 'alternatives List and swap alternatives'
log 'build Build packages' log 'build Build packages'
log 'checksum Generate checksums' log 'checksum Generate checksums'
log 'download Download sources' log 'download Download sources'
log 'install Install packages' log 'install Install packages'
log 'list List installed packages' log 'list List installed packages'
log 'preferred List owners of files with alternatives'
log 'remove Remove packages' log 'remove Remove packages'
log 'search Search for packages' log 'search Search for packages'
log 'update Update the repositories' log 'update Update the repositories'