diff options
Diffstat (limited to 'bin/ak-zblock')
-rwxr-xr-x | bin/ak-zblock | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/bin/ak-zblock b/bin/ak-zblock index d657ba5..47a6905 100755 --- a/bin/ak-zblock +++ b/bin/ak-zblock @@ -1,14 +1,25 @@ #!/bin/bash ## -## Brief description +## Performs various operations on a zblock. Additionally, it can also pack one +## from given information, which can be added on top of your zchain. ## ## Usage: ## ## -h, --help Prints this help message ## +## -s, --show Shows the zblock provided +## +## -x, --gen-html Generates an HTML document for a given zblock +## +## -c, --cache Caches a zblock +## +## -p, --pack Packs a zblock +## +## -a, --announce Announces a zblock +## fullprogrampath="$(realpath $0)" PROGRAM=$(basename $0) -descriptionString="Quick description" +descriptionString="Various zblock operations" # At least these source $AK_LIBDIR/_ak_log |