From b808eabf7a446a91efa8f5ec5240a8d60f4bc55d Mon Sep 17 00:00:00 2001 From: kaotisk Date: Mon, 11 Mar 2024 18:44:31 +0200 Subject: Minor changes in documentation + a log format fix --- README | 18 +++++++++--------- bin/ak-enter | 2 +- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README b/README index a124ec6..b95e417 100644 --- a/README +++ b/README @@ -153,19 +153,19 @@ in order to either view other zchains or change the depth of view ( includes or ignores data object and action ). ``` console -$ ak-enter -h -ak-enter - Crawl an arching kaos chain +$ ak enter -h + ak-enter - Crawl an arching kaos chain ----------------------------------- +ak-enter [-N | --no-verify] [-l | --limit ] [zblock] +ak-enter [-N | --no-verify] [-l | --limit ] -n Usage: - --help, -h Print this help and exit - --chain , -n Crawl specified chain - --show-zblocks-only, -z Show only zblocks - --no-verify, -nV Don't verify signatures - Specify IPFS CID for entrance - + --help, -h Print this help and exit + --chain , -n Crawl specified chain + --no-verify, -N Don't verify signatures + Specify IPFS CID for entrance Note that combined flags don't work for now -Running with no flags crawls your chain +Running with no flags crawls your chain based on AK_ZLATEST environment variable ``` Podman (or Docker) diff --git a/bin/ak-enter b/bin/ak-enter index 92a434d..b67622a 100755 --- a/bin/ak-enter +++ b/bin/ak-enter @@ -263,7 +263,7 @@ do logit "ERROR" "Could not verify $block with GPG key $gpg." exit 1 fi - logit "[GPG]" "$gpg signature of $block is verified." + logit "GPG" "$gpg signature of $block is verified." fi data="$(cat $AK_BLOCKDIR/$block | jq -M -r .data)" -- cgit v1.2.3