Skip to content

Commit

Permalink
doc: Fixed --merge help
Browse files Browse the repository at this point in the history
  • Loading branch information
jruaux committed Sep 27, 2024
1 parent 2230a2d commit d434bf1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public class RedisWriterArgs {
@Option(names = "--wait-timeout", description = "Timeout in millis for WAIT command (default: ${DEFAULT-VALUE}).", paramLabel = "<ms>")
private Duration waitTimeout = DEFAULT_WAIT_TIMEOUT;

@Option(names = "--merge", description = "Merge properties from collection data structures (`hash`, `set`, ...) instead of overwriting them.")
@Option(names = "--merge", description = "Merge collection data structures (hash, list, ...) instead of overwriting them.")
private boolean merge;

public <K, V, T> void configure(RedisItemWriter<K, V, T> writer) {
Expand Down

0 comments on commit d434bf1

Please sign in to comment.