mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Initialize flags to support extra flags
Signed-off-by: Dave Chen <dave.chen@arm.com>
This commit is contained in:
parent
377104418d
commit
129fa77aae
1 changed files with 1 additions and 0 deletions
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Reference in a new issue