From 37e6a59ed38d1219beb1f6e3ce9c40e14c0acb89 Mon Sep 17 00:00:00 2001 From: phoebos Date: Wed, 17 May 2023 00:06:34 +0100 Subject: [PATCH] kiss: add preferred to usage --- kiss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kiss b/kiss index 31a1cef..d196d4a 100755 --- a/kiss +++ b/kiss @@ -2033,13 +2033,14 @@ args() { 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 'build Build packages' log 'checksum Generate checksums' log 'download Download sources' log 'install Install packages' log 'list List installed packages' + log 'preferred List owners of files with alternatives' log 'remove Remove packages' log 'search Search for packages' log 'update Update the repositories'