diff --git a/tools/block-timings.sh b/tools/block-timings.sh index 43f2f466..514168dd 100755 --- a/tools/block-timings.sh +++ b/tools/block-timings.sh @@ -8,7 +8,7 @@ if [ -z "${start_height}" ]; then echo "Error: missing start height." echo echo "Usage:" - echo "block-timings.sh [target] [deviation] [power]" + echo "block-timings.sh [count] [target] [deviation] [power]" echo echo "startheight: a block height, preferably within the untrimmed range, to avoid data gaps" echo "count: the number of blocks to request and analyse after the start height. Default: 100"