Skip to content
This repository was archived by the owner on Aug 25, 2021. It is now read-only.

Commit c0306fe

Browse files
committed
Update main.scala
1 parent 11bdfbd commit c0306fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

jade/src/main/scala/main.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object main {
1212
def main(args: Array[String]) {
1313

1414
val parser = new scopt.OptionParser[Config]("jade") {
15-
head("Joint Application Defect asseEsment - JADE", "1.0alpha, author flanker<flankerhe@keencloudtech.com>")
15+
head("Joint Application Defect asseEsment - JADA", "1.0alpha, author flanker")
1616

1717
//general options
1818
opt[String]('f', "apkFile") required() action { (s, c) =>
@@ -111,4 +111,4 @@ object main {
111111
//val acd = new CheckDriver("/media/DATA/TestWebview.apk", "/home/hqd/adt-bundle/sdk/platforms", "/home/hqd/Dropbox/keen/Jade-product/")
112112
}
113113

114-
}
114+
}

0 commit comments

Comments
 (0)