Skip to content

Commit

Permalink
fix: use correct naming for testnet output directory (#1651)
Browse files Browse the repository at this point in the history
  • Loading branch information
niceDeve committed Feb 1, 2023
1 parent 13bc782 commit 861543d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/testnet.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ Example:

addTestnetFlagsToCmd(cmd)
cmd.Flags().String(flagNodeDirPrefix, "node", "Prefix the directory name for each node with (node results in node0, node1, ...)")
cmd.Flags().String(flagNodeDaemonHome, "evmosd", "Home directory of the node's daemon configuration")
cmd.Flags().String(flagNodeDaemonHome, "ethermintd", "Home directory of the node's daemon configuration")
cmd.Flags().String(flagStartingIPAddress,
"192.168.0.1",
"Starting IP address (192.168.0.1 results in persistent peers list [email protected]:46656, [email protected]:46656, ...)")
Expand Down

0 comments on commit 861543d

Please sign in to comment.