Skip to content

Commit 66f419c

Browse files
committed
Revert accidental change
1 parent a968418 commit 66f419c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/topicctl/subcmd/apply.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ func init() {
112112
&applyConfig.destructive,
113113
"destructive",
114114
false,
115-
"Deletes topic settings from the broker if the setting is set on the broker but not in config",
115+
"Deletes topic settings from the broker if the settings are present on the broker but not in the config",
116116
)
117117
applyCmd.Flags().DurationVar(
118118
&applyConfig.sleepLoopDuration,
@@ -267,6 +267,7 @@ func applyTopic(
267267
SkipConfirm: applyConfig.skipConfirm,
268268
IgnoreFewerPartitionsError: applyConfig.ignoreFewerPartitionsError,
269269
Destructive: applyConfig.destructive,
270+
SleepLoopDuration: applyConfig.sleepLoopDuration,
270271
TopicConfig: topicConfig,
271272
}
272273

0 commit comments

Comments
 (0)