Commit e521433
committed
Do not show empty default value for --prodcuer-names
Before this commit the help output showed:
-pn, --producer-names=<producerNameStrategy>
naming strategy for producer names. Valid values
are 'uuid' or a pattern with stream name and
producer index as arguments. If set, a
publishing ID is automatically assigned to each
outbound message.
Default:
which looks confusing when looking at the default value (empty string).
Omit this default value in the help output.1 parent 6aed989 commit e521433
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
| 269 | + | |
269 | 270 | | |
270 | 271 | | |
271 | 272 | | |
| |||
0 commit comments