Skip to content

Commit

Permalink
removed unnecessary peer flag (#916)
Browse files Browse the repository at this point in the history
* removed unnecessary peer flag

* document persistent peers
  • Loading branch information
brennanjl authored Aug 12, 2024
1 parent 898430e commit a499074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/kwil-admin/cmds/setup/peer.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ var (
It will automatically generate required directories and keypairs, and can be given a genesis file and peer list for an existing network.`

peerExample = `# Initialize a node as a peer to an existing network
kwil-admin setup peer --root-dir ./kwil-node --genesis /path/to/genesis.json --peers`
kwil-admin setup peer --root-dir ./kwil-node --genesis /path/to/genesis.json --chain.p2p.persistent-peers peer1@ip:26656,peer2@ip:26656`
)

func peerCmd() *cobra.Command {
Expand Down

0 comments on commit a499074

Please sign in to comment.