Commit bbb9220
authored
MINOR: Fix em-dash in command option documentation (#20975)
Replace em-dash (–) with double hyphen (--) in '--execute' option
documentation for both ShareGroupCommandOptions and
StreamsGroupCommandOptions to ensure proper display and consistency.
Introduced in commit ffab7e6.
Reviewers: Ming-Yen Chung <[email protected]>, Chia-Ping Tsai
<[email protected]>1 parent b4aa108 commit bbb9220
File tree
2 files changed
+2
-2
lines changed- tools/src/main/java/org/apache/kafka/tools
- consumer/group
- streams
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
50 | 50 | | |
51 | 51 | | |
52 | 52 | | |
53 | | - | |
| 53 | + | |
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
56 | 56 | | |
57 | 57 | | |
58 | 58 | | |
59 | | - | |
| 59 | + | |
60 | 60 | | |
61 | 61 | | |
62 | 62 | | |
| |||
0 commit comments