docs: update

This commit is contained in:
Dylan Araps 2020-02-19 11:59:47 +02:00
parent e0fa92da2f
commit a4ee893169
No known key found for this signature in database
GPG Key ID: 46D62DD9F1DE636E
1 changed files with 3 additions and 4 deletions

7
kiss
View File

@ -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