Skip to content

Commit b53dbe9

Browse files
committed
fix(tools): remove default duplication from help
Signed-off-by: Mark Hindess <[email protected]>
1 parent d439508 commit b53dbe9

File tree

1 file changed

+2
-2
lines changed
  • tools/kafka-producer-performance

1 file changed

+2
-2
lines changed

tools/kafka-producer-performance/main.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ var (
4343
securityProtocol = flag.String(
4444
"security-protocol",
4545
"PLAINTEXT",
46-
"The name of the security protocol to talk to Kafka (PLAINTEXT, SSL) (default: PLAINTEXT).",
46+
"The name of the security protocol to talk to Kafka (PLAINTEXT, SSL).",
4747
)
4848
tlsRootCACerts = flag.String(
4949
"tls-ca-certs",
@@ -83,7 +83,7 @@ var (
8383
maxOpenRequests = flag.Int(
8484
"max-open-requests",
8585
5,
86-
"The maximum number of unacknowledged requests the client will send on a single connection before blocking (default: 5).",
86+
"The maximum number of unacknowledged requests the client will send on a single connection before blocking.",
8787
)
8888
maxMessageBytes = flag.Int(
8989
"max-message-bytes",

0 commit comments

Comments
 (0)