Commit 8117ffc 1 parent 89d2213 commit 8117ffc Copy full SHA for 8117ffc
File tree 2 files changed +4
-6
lines changed
cardano-testnet/test/cardano-testnet-golden/files/golden
2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change 1
1
Usage: cardano-testnet (cardano | version | help)
2
2
3
- Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
3
+ Usage: cardano-testnet cardano [--num-pool-nodes COUNT | --node-config FILEPATH ]
4
4
[ --shelley-era
5
5
| --allegra-era
6
6
| --mary-era
@@ -14,7 +14,6 @@ Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
14
14
[--num-dreps NUMBER]
15
15
[--enable-new-epoch-state-logging]
16
16
[--output-dir DIRECTORY]
17
- [--node-config FILEPATH]
18
17
--testnet-magic INT
19
18
[--epoch-length SLOTS]
20
19
[--slot-length SECONDS]
Original file line number Diff line number Diff line change 1
- Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
1
+ Usage: cardano-testnet cardano [--num-pool-nodes COUNT | --node-config FILEPATH ]
2
2
[ --shelley-era
3
3
| --allegra-era
4
4
| --mary-era
@@ -12,7 +12,6 @@ Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
12
12
[--num-dreps NUMBER]
13
13
[--enable-new-epoch-state-logging]
14
14
[--output-dir DIRECTORY]
15
- [--node-config FILEPATH]
16
15
--testnet-magic INT
17
16
[--epoch-length SLOTS]
18
17
[--slot-length SECONDS]
@@ -23,6 +22,8 @@ Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
23
22
Available options:
24
23
--num-pool-nodes COUNT Number of pool nodes. Note this uses a default node
25
24
configuration for all nodes. (default: 1)
25
+ --node-config FILEPATH Path to the node's configuration file. Generated if
26
+ omitted.
26
27
--shelley-era Specify the Shelley era - DEPRECATED - will be
27
28
removed in the future
28
29
--allegra-era Specify the Allegra era - DEPRECATED - will be
@@ -49,8 +50,6 @@ Available options:
49
50
--output-dir DIRECTORY Directory where to store files, sockets, and so on.
50
51
It is created if it doesn't exist. If unset, a
51
52
temporary directory is used.
52
- --node-config FILEPATH Path to the node's configuration file. Generated if
53
- omitted.
54
53
--testnet-magic INT Specify a testnet magic id.
55
54
--epoch-length SLOTS Epoch length, in number of slots (default: 500)
56
55
--slot-length SECONDS Slot length (default: 0.1)
You can’t perform that action at this time.
0 commit comments