From a06faa76857cae6f4af5f4170e0bee07b8997fdf Mon Sep 17 00:00:00 2001 From: CalDescent Date: Sat, 10 Apr 2021 18:12:09 +0100 Subject: [PATCH] Updated usage info to reflect the fact that the "count" parameter is optional. Usage: block-timings.sh [count] [target] [deviation] [power] --- tools/block-timings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"