aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2024-07-17 09:06:17 +0300
committerkaotisk <kaotisk@arching-kaos.org>2024-07-17 09:06:17 +0300
commit708bfcffd76ea0665796bce02dd7c887af37e77e (patch)
tree6970fbfcc322fdb2c8ee3ce70f9c77281c7e9ef8 /bin
parent3ab8a99969ba7d7b384390b608eb9ad6f5a43752 (diff)
downloadarching-kaos-tools-708bfcffd76ea0665796bce02dd7c887af37e77e.tar.gz
arching-kaos-tools-708bfcffd76ea0665796bce02dd7c887af37e77e.tar.bz2
arching-kaos-tools-708bfcffd76ea0665796bce02dd7c887af37e77e.zip
Extended ak help
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ak8
1 files changed, 7 insertions, 1 deletions
diff --git a/bin/ak b/bin/ak
index a22542b..805058d 100755
--- a/bin/ak
+++ b/bin/ak
@@ -7,9 +7,15 @@
## reference them, export blocks to HTML pages, "roll-back" your zchain to an
## older block, reset your zchain and more.
##
+## Run with no arguments to see available commands
+##
## -h, --help Prints this help message
##
-## Run with no arguments to see available commands
+## -m, --module [module] Run a specified module. If no module provided
+## the list of available modules will be printed.
+##
+## [command] [args] Run a command. If none provided a list of
+## commands will be printed.
##
fullprogrampath="$(realpath $0)"
PROGRAM="$(basename $0)"