From 5912dcc72c114c13e6eaf5b885d1fb8b82f8b8f7 Mon Sep 17 00:00:00 2001 From: Neil Alexander Date: Mon, 26 Nov 2018 18:34:17 +0000 Subject: [PATCH] Fix typo --- yggdrasilctl.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yggdrasilctl.go b/yggdrasilctl.go index 3fa543b..ac25efd 100644 --- a/yggdrasilctl.go +++ b/yggdrasilctl.go @@ -23,7 +23,7 @@ func main() { args := flag.Args() if len(args) == 0 { - fmt.Println("usage:", os.Args[0], "[-endpoint=proto://server] [-verbose] [-json] command [key=value] [...]") + fmt.Println("usage:", os.Args[0], "[-endpoint=proto://server] [-v] [-json] command [key=value] [...]") fmt.Println("example:", os.Args[0], "getPeers") fmt.Println("example:", os.Args[0], "setTunTap name=auto mtu=1500 tap_mode=false") fmt.Println("example:", os.Args[0], "-endpoint=tcp://localhost:9001 getDHT")