4
0
mirror of https://github.com/cwinfo/yggdrasil-go.git synced 2025-06-17 03:36:07 +00:00

zap obsolete nonexistent command from usage (#1184)

This commit is contained in:
Klemens Nanni
2024-10-17 15:22:22 +03:00
committed by GitHub
parent 81e345c1ae
commit 1ee61dcefa

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], "setTunTap name=auto mtu=1500 tap_mode=false")
fmt.Println(" - ", os.Args[0], "-endpoint=tcp://localhost:9001 getPeers")
fmt.Println(" - ", os.Args[0], "-endpoint=unix:///var/run/ygg.sock getPeers")
}