mirror of https://github.com/apache/kafka.git
fixed typos
This commit is contained in:
parent
5397d3c53e
commit
a278988580
|
@ -115,9 +115,9 @@ object ProducerPerformance extends Logging {
|
|||
.defaultsTo(0)
|
||||
val csvMetricsReporterEnabledOpt = parser.accepts("csv-reporter-enabled", "If set, the CSV metrics reporter will be enabled")
|
||||
val metricsDirectoryOpt = parser.accepts("metrics-dir", "If csv-reporter-enable is set, and this parameter is" +
|
||||
"set, the csv metrics will be outputed here")
|
||||
"set, the csv metrics will be output here")
|
||||
.withRequiredArg
|
||||
.describedAs("metrics dictory")
|
||||
.describedAs("metrics directory")
|
||||
.ofType(classOf[java.lang.String])
|
||||
val useNewProducerOpt = parser.accepts("new-producer", "Use the new producer implementation.")
|
||||
|
||||
|
|
Loading…
Reference in New Issue