Skip to content

Commit 0345045

Browse files
committed
Fix help message
1 parent ba3b5a2 commit 0345045

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/agent/app/options/options.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ func (o *GrpcProxyAgentOptions) Flags() *pflag.FlagSet {
130130
flags.BoolVar(&o.SyncForever, "sync-forever", o.SyncForever, "If true, the agent continues syncing, in order to support server count changes.")
131131
flags.IntVar(&o.XfrChannelSize, "xfr-channel-size", 150, "Set the size of the channel for transferring data between the agent and the proxy server.")
132132
flags.StringVar(&o.ServerLeaseSelector, "server-lease-selector", o.ServerLeaseSelector, "Providing a label selector enables updating the server count by counting the number of valid leases matching the selector.")
133-
flags.StringVar(&o.KubeconfigPath, "kubeconfig", o.KubeconfigPath, "absolute path to the kubeconfig file")
133+
flags.StringVar(&o.KubeconfigPath, "kubeconfig", o.KubeconfigPath, "Path to the kubeconfig file")
134134
return flags
135135
}
136136

0 commit comments

Comments
 (0)