Skip to content

Commit 8117ffc

Browse files
committed
Adapt golden files
1 parent 89d2213 commit 8117ffc

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

cardano-testnet/test/cardano-testnet-golden/files/golden/help.cli

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Usage: cardano-testnet (cardano | version | help)
22

3-
Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
3+
Usage: cardano-testnet cardano [--num-pool-nodes COUNT | --node-config FILEPATH]
44
[ --shelley-era
55
| --allegra-era
66
| --mary-era
@@ -14,7 +14,6 @@ Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
1414
[--num-dreps NUMBER]
1515
[--enable-new-epoch-state-logging]
1616
[--output-dir DIRECTORY]
17-
[--node-config FILEPATH]
1817
--testnet-magic INT
1918
[--epoch-length SLOTS]
2019
[--slot-length SECONDS]

cardano-testnet/test/cardano-testnet-golden/files/golden/help/cardano.cli

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
1+
Usage: cardano-testnet cardano [--num-pool-nodes COUNT | --node-config FILEPATH]
22
[ --shelley-era
33
| --allegra-era
44
| --mary-era
@@ -12,7 +12,6 @@ Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
1212
[--num-dreps NUMBER]
1313
[--enable-new-epoch-state-logging]
1414
[--output-dir DIRECTORY]
15-
[--node-config FILEPATH]
1615
--testnet-magic INT
1716
[--epoch-length SLOTS]
1817
[--slot-length SECONDS]
@@ -23,6 +22,8 @@ Usage: cardano-testnet cardano [--num-pool-nodes COUNT]
2322
Available options:
2423
--num-pool-nodes COUNT Number of pool nodes. Note this uses a default node
2524
configuration for all nodes. (default: 1)
25+
--node-config FILEPATH Path to the node's configuration file. Generated if
26+
omitted.
2627
--shelley-era Specify the Shelley era - DEPRECATED - will be
2728
removed in the future
2829
--allegra-era Specify the Allegra era - DEPRECATED - will be
@@ -49,8 +50,6 @@ Available options:
4950
--output-dir DIRECTORY Directory where to store files, sockets, and so on.
5051
It is created if it doesn't exist. If unset, a
5152
temporary directory is used.
52-
--node-config FILEPATH Path to the node's configuration file. Generated if
53-
omitted.
5453
--testnet-magic INT Specify a testnet magic id.
5554
--epoch-length SLOTS Epoch length, in number of slots (default: 500)
5655
--slot-length SECONDS Slot length (default: 0.1)

0 commit comments

Comments
 (0)