hid: unify exit codes with the flag package
This commit is contained in:
		@@ -3290,7 +3290,7 @@ func main() {
 | 
			
		||||
	}
 | 
			
		||||
	if flag.NArg() > 0 {
 | 
			
		||||
		flag.Usage()
 | 
			
		||||
		os.Exit(1)
 | 
			
		||||
		os.Exit(2)
 | 
			
		||||
	}
 | 
			
		||||
 | 
			
		||||
	config = make(simpleConfig)
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user