Merge pull request #81499 from chendave/apparmor

Initialize flags to support extra flags
This commit is contained in:
Kubernetes Prow Robot 2019-08-21 00:29:31 -07:00 committed by GitHub
commit b47f9a43fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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")