From b608d15033e0d9844796050fd8e73360232f538d Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 9 Jul 2020 14:43:38 +0300 Subject: [PATCH] docs: update --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index 70cc30a..4c54631 100755 --- a/kiss +++ b/kiss @@ -288,7 +288,7 @@ pkg_extract() { # directory merge capability), simply do the exercise # again and copy-merge the remaining files/directories. # - # We can use '-exec {} +' with any arguments between + # We can't use '-exec {} +' with any arguments between # the '{}' and '+' as this is not POSIX. We must also # use '$0' and '$@' to reference all arguments. #