Updated usage info to reflect the fact that the "count" parameter is optional.

Usage:

block-timings.sh <startheight> [count] [target] [deviation] [power]
This commit is contained in:
CalDescent 2021-04-10 18:12:09 +01:00
parent 019ab2b21d
commit a06faa7685

View File

@ -8,7 +8,7 @@ if [ -z "${start_height}" ]; then
echo "Error: missing start height."
echo
echo "Usage:"
echo "block-timings.sh <startheight> <count> [target] [deviation] [power]"
echo "block-timings.sh <startheight> [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"