mirror of
				https://github.com/yggdrasil-network/yggdrasil-go.git
				synced 2025-11-04 03:05:07 +03:00 
			
		
		
		
	zap obsolete nonexistent command from usage (#1184)
This commit is contained in:
		
							parent
							
								
									81e345c1ae
								
							
						
					
					
						commit
						1ee61dcefa
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		| 
						 | 
					@ -38,7 +38,6 @@ func (cmdLineEnv *CmdLineEnv) parseFlagsAndArgs() {
 | 
				
			||||||
		fmt.Println("Examples:")
 | 
							fmt.Println("Examples:")
 | 
				
			||||||
		fmt.Println("  - ", os.Args[0], "list")
 | 
							fmt.Println("  - ", os.Args[0], "list")
 | 
				
			||||||
		fmt.Println("  - ", os.Args[0], "getPeers")
 | 
							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=tcp://localhost:9001 getPeers")
 | 
				
			||||||
		fmt.Println("  - ", os.Args[0], "-endpoint=unix:///var/run/ygg.sock getPeers")
 | 
							fmt.Println("  - ", os.Args[0], "-endpoint=unix:///var/run/ygg.sock getPeers")
 | 
				
			||||||
	}
 | 
						}
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue