kiss: Fix ordering of help output

This commit is contained in:
Dylan Araps 2020-06-10 10:18:47 +03:00
parent 81170f6cbb
commit 028652c45f
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 1 additions and 1 deletions

2
kiss
View File

@ -1457,8 +1457,8 @@ 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 'download Pre-download all sources'
log 'checksum Generate checksums'
log 'download Pre-download all sources'
log 'install Install a package'
log 'list List installed packages'
log 'remove Remove a package'