File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
src/main/scala/io/github/binaryfoo/lagotto/shell Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name := "lagotto"
22
33organization := " io.github.binaryfoo"
44
5- version := " 0.1-SNAPSHOT"
5+ version := " 0.0. 1-SNAPSHOT"
66
77scalaVersion := " 2.11.4"
88
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- java -jar target/scala-2.11/lagotto-assembly-0.1-SNAPSHOT.jar " $@ "
3+ java -jar target/scala-2.11/lagotto-assembly-0.0. 1-SNAPSHOT.jar " $@ "
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ object Options {
99 def parse (args : Array [String ]): Option [Config ] = {
1010
1111 val parser = new scopt.OptionParser [Config ](" plog" ) {
12- head(s " lagotto " , " 0.1" )
12+ head(s " lagotto " , " 0.0. 1" )
1313
1414 help(" help" ) text " Show usage"
1515
Original file line number Diff line number Diff line change 1- lagotto 0.1
1+ lagotto 0.0. 1
22Usage: plog [options] [<log-file>...]
33
44 --help
You can’t perform that action at this time.
0 commit comments