Skip to content

Commit

Permalink
Changed version in usage print
Browse files Browse the repository at this point in the history
  • Loading branch information
joakibj committed Nov 13, 2013
1 parent 1c0b44b commit c027370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object TswRdb extends App {
Console.setErr(Console.out)

val parser = new scopt.OptionParser[Config]("tswrdb") {
head("tswrdb", "0.1")
head("tswrdb", "0.0.1")
opt[File]("tsw") required() valueName ("<directory>") action {
(file, config) =>
config.copy(tswDirectory = file)
Expand Down

0 comments on commit c027370

Please sign in to comment.