aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2023-01-21 09:18:32 +0200
committerkaotisk <kaotisk@arching-kaos.org>2023-01-21 09:18:32 +0200
commit4b5a8f019e6cb58be0d4fb28d02f7ff5ce6e0197 (patch)
tree6fe5278fd5af5042297277fcab83a0289bc28429
parent2e1735069f128ec1b40d0f9890d4791849094d42 (diff)
downloadarching-kaos-tools-4b5a8f019e6cb58be0d4fb28d02f7ff5ce6e0197.tar.gz
arching-kaos-tools-4b5a8f019e6cb58be0d4fb28d02f7ff5ce6e0197.tar.bz2
arching-kaos-tools-4b5a8f019e6cb58be0d4fb28d02f7ff5ce6e0197.zip
Fixed spacing in usage screen
-rwxr-xr-xbin/enter8
1 files changed, 4 insertions, 4 deletions
diff --git a/bin/enter b/bin/enter
index ee7ac67..a4aa2ef 100755
--- a/bin/enter
+++ b/bin/enter
@@ -26,11 +26,11 @@ usage(){
echo "$PROGRAM - Crawl an arching kaos chain"
echo "-----------------------------------"
echo "Usage:"
- echo " --help, -h Print this help and exit"
+ echo " --help, -h Print this help and exit"
echo " --chain <ipns-link>, -n <ipns-link> Crawl specified chain"
- echo " --show-zblocks-only, -z Show only zblocks"
- echo " --no-verify, -nV Don't verify signatures"
- echo " <ipfs-link> Specify IPFS CID for entrance"
+ echo " --show-zblocks-only, -z Show only zblocks"
+ echo " --no-verify, -nV Don't verify signatures"
+ echo " <ipfs-link> Specify IPFS CID for entrance"
echo ""
echo "Note that combined flags don't work for now"
echo "Running with no flags crawls your chain based on ZLATEST environment variable"