aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rwxr-xr-xlib/_ak_zchain9
1 files changed, 7 insertions, 2 deletions
diff --git a/lib/_ak_zchain b/lib/_ak_zchain
index 5dbcf62..147f8d5 100755
--- a/lib/_ak_zchain
+++ b/lib/_ak_zchain
@@ -128,9 +128,13 @@ _ak_zchain_crawl(){
while [ "$#" ]; do
case "$1" in
-h | --help)
- printf "
+ printf "Zchain crawler
+==============
+
ak zchain --crawl [-N | --no-verify] [-l | --limit <number>] [zblock]
+
ak zchain --crawl [-N | --no-verify] [-l | --limit <number>] -n <zchain>
+
Usage:
--help, -h Print this help and exit
@@ -143,7 +147,8 @@ Usage:
Note that combined flags don't work for now
Running with no flags crawls your chain based on AK_ZLATEST environment
-variable"
+variable
+"
exit 1
;;
-l | --limit)