diff --git a/cmd/nfd-master/main.go b/cmd/nfd-master/main.go index 949a31a58..7bbd5a906 100644 --- a/cmd/nfd-master/main.go +++ b/cmd/nfd-master/main.go @@ -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.")