From 2bd9991be426789476d878434765c1057428d99e Mon Sep 17 00:00:00 2001 From: Kray-G Date: Wed, 18 Aug 2021 21:53:46 +0900 Subject: [PATCH] #232: updated kip. --- lib/exec/kip.kx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/exec/kip.kx b/lib/exec/kip.kx index 665e7b53..37305a0e 100644 --- a/lib/exec/kip.kx +++ b/lib/exec/kip.kx @@ -894,7 +894,7 @@ class KinxPackageManager { Kip.infoln(" devuninst Uninstalls a develpment package."); Kip.infoln(" list Lists up installed packages."); Kip.infoln(" init Creates and initializes a package."); - Kip.infoln(" help Shows README.md of a package."); + Kip.infoln(" help [] Shows README.md of a package."); # Kip.infoln(" update [] Updates packages to the latest version."); }