File tree Expand file tree Collapse file tree 2 files changed +5
-0
lines changed
cardano-testnet/test/cardano-testnet-golden/files/golden Expand file tree Collapse file tree 2 files changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
1313 [--nodeLoggingFormat LOGGING_FORMAT]
1414 [--num-dreps NUMBER]
1515 [--enable-new-epoch-state-logging]
16+ [--output-dir DIRECTORY]
1617 --testnet-magic INT
1718 [--epoch-length SLOTS]
1819 [--slot-length SECONDS]
Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
1111 [--nodeLoggingFormat LOGGING_FORMAT]
1212 [--num-dreps NUMBER]
1313 [--enable-new-epoch-state-logging]
14+ [--output-dir DIRECTORY]
1415 --testnet-magic INT
1516 [--epoch-length SLOTS]
1617 [--slot-length SECONDS]
@@ -44,6 +45,9 @@ Available options:
4445 --enable-new-epoch-state-logging
4546 Enable new epoch state logging to
4647 logs/ledger-epoch-state.log
48+ --output-dir DIRECTORY Directory where to store files, sockets, and so on.
49+ It is created if it doesn't exist. If unset, a
50+ temporary directory is used.
4751 --testnet-magic INT Specify a testnet magic id.
4852 --epoch-length SLOTS Epoch length, in number of slots (default: 500)
4953 --slot-length SECONDS Slot length (default: 0.1)
You can’t perform that action at this time.
0 commit comments