diff options
author | kaotisk <kaotisk@arching-kaos.org> | 2025-03-18 02:11:08 +0200 |
---|---|---|
committer | kaotisk <kaotisk@arching-kaos.org> | 2025-03-18 02:11:08 +0200 |
commit | 0ef5e720630a2bb32dcebf60b8d42427cdbc3e9c (patch) | |
tree | 710eddca93218a04a90018be7f52ac9e4f41912c /bin | |
parent | ae081531b5eda86013ff63ddb15c59576644500c (diff) | |
download | arching-kaos-tools-0ef5e720630a2bb32dcebf60b8d42427cdbc3e9c.tar.gz arching-kaos-tools-0ef5e720630a2bb32dcebf60b8d42427cdbc3e9c.tar.bz2 arching-kaos-tools-0ef5e720630a2bb32dcebf60b8d42427cdbc3e9c.zip |
Brief documentation of ak-pkg in README
Diffstat (limited to 'bin')
-rwxr-xr-x | bin/ak-pkg | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -18,7 +18,8 @@ ### along with this program. If not, see <http://www.gnu.org/licenses/>. ### ## -## Brief description +## Manager of packages that can be installed and run as modules invoking the +## `ak -m <module>` 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 |