From e906fb6d8acc5e11f911aa0a8f4195c0cc84baf5 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Thu, 13 Jun 2019 20:26:22 +0300 Subject: [PATCH] docs: update --- kiss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kiss b/kiss index a014081..a8ce7c8 100755 --- a/kiss +++ b/kiss @@ -197,7 +197,7 @@ args() { *) log "${0##*/} [b|c|i|l|r|u] [pkg]" \ "build: Build a package." \ "checksum: Generate checksums." \ - "install: Install a package (Runs build when needed)." \ + "install: Install a package (Runs build if needed)." \ "list: List packages." \ "remove: Remove a package." \ "update: Check for updates."