diff options
Diffstat (limited to 'bin/enter')
-rwxr-xr-x | bin/enter | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -6,8 +6,8 @@ usage(){ 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 " --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" |