mirror of
https://github.com/Qortal/qortal.git
synced 2025-02-11 17:55:50 +00:00
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
019ab2b21d
commit
a06faa7685
@ -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…
x
Reference in New Issue
Block a user