File tree 1 file changed +2
-2
lines changed 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -174,7 +174,7 @@ func preparePassthroughPrefixes() options.ConfigurationPrefixes {
174
174
},
175
175
"syncworkers" : {
176
176
Usage : func (key string ) string {
177
- return fmt .Sprintf ("Passed through to all sync master instances as --%s" , key )
177
+ return fmt .Sprintf ("Passed through to all sync workers instances as --%s" , key )
178
178
},
179
179
FieldSelector : func (p * options.Configuration , key string ) * []string {
180
180
return p .ArgByServerTypeAndName (definitions .ServerTypeSyncWorker , key )
@@ -232,7 +232,7 @@ func preparePassthroughPrefixes() options.ConfigurationPrefixes {
232
232
},
233
233
"args.syncworkers" : {
234
234
Usage : func (key string ) string {
235
- return fmt .Sprintf ("Passed through to all sync master instances as --%s" , key )
235
+ return fmt .Sprintf ("Passed through to all sync workers instances as --%s" , key )
236
236
},
237
237
FieldSelector : func (p * options.Configuration , key string ) * []string {
238
238
return p .ArgByServerTypeAndName (definitions .ServerTypeSyncWorker , key )
You can’t perform that action at this time.
0 commit comments