From 325542061f289d1329a0c38db3a34d591aa9e931 Mon Sep 17 00:00:00 2001 From: kaotisk Date: Wed, 7 Sep 2022 00:49:29 +0300 Subject: Added a functionality I forgot to mention in the Usage section, changed a tag of a log message --- bin/enter | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/enter b/bin/enter index 5f780ed..74d1bcc 100755 --- a/bin/enter +++ b/bin/enter @@ -7,6 +7,7 @@ usage(){ echo " --chain , -n Crawl specified chain" echo " --show-zblocks-only, -z Show only zblocks" echo " --no-verify, -nV Don't verify signatures" + echo " Specify IPFS CID for entrance" echo "" echo "Note that combined flags don't work for now" echo "Running with no flags crawls your chain" @@ -203,7 +204,7 @@ do gpg2 --verify $block.asc > /dev/null 2>&1 if [ "$?" == 0 ] then - logthis "[INFO]" "$gpg signature of $block is verified." + logthis "[GPG]" "$gpg signature of $block is verified." else logthis "[ERROR]" "Could not verify $block with GPG key $gpg." exit 1 -- cgit v1.2.3