From 0ef5e720630a2bb32dcebf60b8d42427cdbc3e9c Mon Sep 17 00:00:00 2001 From: kaotisk Date: Tue, 18 Mar 2025 02:11:08 +0200 Subject: Brief documentation of ak-pkg in README --- bin/ak-pkg | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/ak-pkg b/bin/ak-pkg index 12d5d26..971aab6 100755 --- a/bin/ak-pkg +++ b/bin/ak-pkg @@ -18,7 +18,8 @@ ### along with this program. If not, see . ### ## -## Brief description +## Manager of packages that can be installed and run as modules invoking the +## `ak -m ` sequence. ## ## Usage: ## @@ -31,7 +32,7 @@ ## fullprogrampath="$(realpath $0)" PROGRAM=$(basename $0) -descriptionString="Quick description" +descriptionString="Package Manager" # At least these source $AK_LIBDIR/_ak_log -- cgit v1.2.3