Skip to content

Commit

Permalink
Merge pull request #1244 from ArangoGutierrez/quick_fix_main_cmd
Browse files Browse the repository at this point in the history
Fix a typo on nfd-master cmd
  • Loading branch information
k8s-ci-robot committed Jun 7, 2023
2 parents 1da55b0 + c02c3d8 commit 6b0cb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/nfd-master/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ func initFlags(flagset *flag.FlagSet) (*master.Args, *master.ConfigOverrideArgs)
flagset.IntVar(&args.Port, "port", 8080,
"Port on which to listen for connections.")
flagset.BoolVar(&args.Prune, "prune", false,
"Prune all NFD related attributes from all nodes of the cluaster and exit.")
"Prune all NFD related attributes from all nodes of the cluster and exit.")
flagset.BoolVar(&args.VerifyNodeName, "verify-node-name", false,
"Verify worker node name against the worker's TLS certificate. "+
"Only takes effect when TLS authentication has been enabled.")
Expand Down

0 comments on commit 6b0cb6f

Please sign in to comment.