aboutsummaryrefslogtreecommitdiff
path: root/bin/ak-pkg
diff options
context:
space:
mode:
Diffstat (limited to 'bin/ak-pkg')
-rwxr-xr-xbin/ak-pkg5
1 files changed, 3 insertions, 2 deletions
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 <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