aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2025-03-17 19:20:47 +0200
committerkaotisk <kaotisk@arching-kaos.org>2025-03-17 19:20:47 +0200
commitb47392d5045e19608b9dd99ae1da0b9aeefb9a3c (patch)
treedd582cc286220a07e1b73bdf3683dba18668e44c /bin
parent4948af31d6edf9db7c85b012a3af27741a7a9c89 (diff)
downloadarching-kaos-tools-b47392d5045e19608b9dd99ae1da0b9aeefb9a3c.tar.gz
arching-kaos-tools-b47392d5045e19608b9dd99ae1da0b9aeefb9a3c.tar.bz2
arching-kaos-tools-b47392d5045e19608b9dd99ae1da0b9aeefb9a3c.zip
Update help message
Diffstat (limited to 'bin')
-rwxr-xr-xbin/ak-fs11
1 files changed, 6 insertions, 5 deletions
diff --git a/bin/ak-fs b/bin/ak-fs
index d04026f..84ef3b9 100755
--- a/bin/ak-fs
+++ b/bin/ak-fs
@@ -24,12 +24,13 @@
##
## -h, --help Prints this help message
## --add, --import <file> Adds/Imports a file to the AKFS system
-## --get, --export <hash> <output file> Exports a file from the AKFS system
-## --cat <hash> Concatenates from given hash
+## --get, --export <roothash> <output file> Exports a file from the AKFS system
+## --cat <roothash> Concatenates from given hash
## --list Lists names and roots available
-## --net-cat-from-map Concatenates from map via the network
-## --cfm <hash map> Concatenates from map
-## --gfm <hash map> Get file from map
+## --net-cat-from-map <maphash> Concatenates from map via the network
+## --net-get-from-map <maphash> Downloads from map via the network
+## --cfm <maphash> Concatenates from map
+## --gfm <maphash> Get file from map
##
fullprogrampath="$(realpath $0)"
PROGRAM=$(basename $0)