From a4ee893169e83a15b514dffac4f8a490831df993 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Wed, 19 Feb 2020 11:59:47 +0200 Subject: [PATCH] docs: update --- kiss | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/kiss b/kiss index 4714a88..d59fc99 100755 --- a/kiss +++ b/kiss @@ -1201,10 +1201,9 @@ pkg_clean() { } args() { - # Parse script arguments manually. POSIX 'sh' has no 'getopts' - # or equivalent built in. This is rather easy to do in our case - # since the first argument is always an "action" and the arguments - # that follow are all package names. + # Parse script arguments manually. This is rather easy to do in + # our case since the first argument is always an "action" and + # the arguments that follow are all package names. action=$1 # 'dash' exits on error here if 'shift' is used and there are zero