From 095c25c2a797c5f9cd20ab56459e3295eae20315 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Fri, 26 Jul 2019 19:56:22 +0300 Subject: [PATCH] docs: update --- kiss | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/kiss b/kiss index 55989d6..a925009 100755 --- a/kiss +++ b/kiss @@ -798,8 +798,7 @@ pkg_updates() { # Tell 'pkg_build' to always prompt before build. build_prompt=1 - # POSIX 'read' has none of the "nice" options like '-n', '-p' - # etc etc. This is the most basic usage of 'read'. + # Build all packages requiring an update. pkg_build "$@" }