aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorkaotisk <kaotisk@arching-kaos.org>2022-09-07 13:45:33 +0300
committerkaotisk <kaotisk@arching-kaos.org>2022-09-07 13:45:33 +0300
commit1d5fa45dbc08be1842d7df86aafa056745f772e4 (patch)
tree72bcbe1b0cb932579bb3e0824e7e073c2ef29246 /bin
parent452061f3271e4d6643a1cde4b69beb703a958561 (diff)
downloadarching-kaos-tools-1d5fa45dbc08be1842d7df86aafa056745f772e4.tar.gz
arching-kaos-tools-1d5fa45dbc08be1842d7df86aafa056745f772e4.tar.bz2
arching-kaos-tools-1d5fa45dbc08be1842d7df86aafa056745f772e4.zip
Fixed usage screen options spacing
Diffstat (limited to 'bin')
-rwxr-xr-xbin/enter4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/enter b/bin/enter
index 4bb7ede..4531e71 100755
--- a/bin/enter
+++ b/bin/enter
@@ -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"