yggdrasilctl tweaks

This commit is contained in:
Neil Alexander 2023-05-19 20:57:14 +01:00
parent 6ac2fae845
commit a233e775eb
No known key found for this signature in database
GPG key ID: A02A2019A2BB0944
2 changed files with 2 additions and 3 deletions

View file

@ -38,7 +38,6 @@ func (cmdLineEnv *CmdLineEnv) parseFlagsAndArgs() {
fmt.Println("Examples:")
fmt.Println(" - ", os.Args[0], "list")
fmt.Println(" - ", os.Args[0], "getPeers")
fmt.Println(" - ", os.Args[0], "-v getSelf")
fmt.Println(" - ", os.Args[0], "setTunTap name=auto mtu=1500 tap_mode=false")
fmt.Println(" - ", os.Args[0], "-endpoint=tcp://localhost:9001 getDHT")
fmt.Println(" - ", os.Args[0], "-endpoint=unix:///var/run/ygg.sock getDHT")