forked from Qortal/qortal
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:
parent
a1a1b8e94a
commit
78cac7f0e6
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user