File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -259,11 +259,13 @@ Available Commands:
259259 help Help about any command
260260
261261Flags:
262- -h, --help help for chantools
263- -r, --regtest Indicates if regtest parameters should be used
264- -s, --signet Indicates if the public signet parameters should be used
265- -t, --testnet Indicates if testnet parameters should be used
266- -v, --version version for chantools
262+ -h, --help help for chantools
263+ --nologfile If set, no log file will be created. This is useful for testing purposes where we don't want to create a log file.
264+ -r, --regtest Indicates if regtest parameters should be used
265+ --resultsdir string Directory where results should be stored (default "./results")
266+ -s, --signet Indicates if the public signet parameters should be used
267+ -t, --testnet Indicates if testnet parameters should be used
268+ -v, --version version for chantools
267269
268270Use "chantools [command] --help" for more information about a command.
269271```
You can’t perform that action at this time.
0 commit comments