mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 12:18:16 +00:00 
			
		
		
		
	Merge pull request #81499 from chendave/apparmor
Initialize flags to support extra flags
This commit is contained in:
		@@ -44,6 +44,7 @@ const (
 | 
			
		||||
)
 | 
			
		||||
 | 
			
		||||
func main() {
 | 
			
		||||
	klog.InitFlags(nil)
 | 
			
		||||
	flag.Usage = func() {
 | 
			
		||||
		fmt.Fprintf(os.Stderr, "Usage: %s [FLAG]... [PROFILE_DIR]...\n", os.Args[0])
 | 
			
		||||
		fmt.Fprintf(os.Stderr, "Load the AppArmor profiles specified in the PROFILE_DIR directories.\n")
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user