Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
Update Cli.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Stevenson committed May 8, 2017
1 parent 08f9635 commit 55b6b6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/com/datamountaineer/connect/tools/Cli.scala
Expand Up @@ -125,7 +125,7 @@ object Cli {
*/
def parseProgramArgs(args: Array[String]) = {
new OptionParser[Arguments]("kafka-connect-cli") {
head("kafka-connect-cli", "0.7")
head("kafka-connect-cli", "1.0.1")
help("help") text ("prints this usage text")

opt[String]('e', "endpoint") action { (x, c) =>
Expand Down

0 comments on commit 55b6b6c

Please sign in to comment.