Skip to content

Commit

Permalink
Update cmd_line_env.go
Browse files Browse the repository at this point in the history
  • Loading branch information
ruvcoindev committed Jun 1, 2024
1 parent f29e8aa commit 70db1e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ruvchainctl/cmd_line_env.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func (cmdLineEnv *CmdLineEnv) parseFlagsAndArgs() {
fmt.Println(" - ", os.Args[0], "getPeers")
fmt.Println(" - ", os.Args[0], "setTunTap name=auto mtu=1500 tap_mode=false")
fmt.Println(" - ", os.Args[0], "-endpoint=tcp://localhost:5001 getPeers")
fmt.Println(" - ", os.Args[0], "-endpoint=unix:///var/run/ruv.sock getPeers")
fmt.Println(" - ", os.Args[0], "-endpoint=unix:///var/run/ruvchain/ruvchain.sock getPeers")
}

server := flag.String("endpoint", cmdLineEnv.endpoint, "Admin socket endpoint")
Expand Down

0 comments on commit 70db1e6

Please sign in to comment.