From b47392d5045e19608b9dd99ae1da0b9aeefb9a3c Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 17 Mar 2025 19:20:47 +0200 Subject: Update help message --- bin/ak-fs | 11 ++++++----- 1 file 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 Adds/Imports a file to the AKFS system -## --get, --export Exports a file from the AKFS system -## --cat Concatenates from given hash +## --get, --export Exports a file from the AKFS system +## --cat Concatenates from given hash ## --list Lists names and roots available -## --net-cat-from-map Concatenates from map via the network -## --cfm Concatenates from map -## --gfm Get file from map +## --net-cat-from-map Concatenates from map via the network +## --net-get-from-map Downloads from map via the network +## --cfm Concatenates from map +## --gfm Get file from map ## fullprogrampath="$(realpath $0)" PROGRAM=$(basename $0) -- cgit v1.2.3