aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README18
-rwxr-xr-xbin/ak-enter2
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 <number>] [zblock]
+ak-enter [-N | --no-verify] [-l | --limit <number>] -n <zchain>
Usage:
- --help, -h Print this help and exit
- --chain <ipns-link>, -n <ipns-link> Crawl specified chain
- --show-zblocks-only, -z Show only zblocks
- --no-verify, -nV Don't verify signatures
- <ipfs-link> Specify IPFS CID for entrance
-
+ --help, -h Print this help and exit
+ --chain <ipns-link>, -n <ipns-link> Crawl specified chain
+ --no-verify, -N Don't verify signatures
+ <ipfs-link> 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)"