Fixed merge conflicts.

This commit is contained in:
Clinton Alexander 2016-07-07 17:23:14 +01:00
parent d4da633b1e
commit 01e64d3030
2 changed files with 1 additions and 1 deletions

View File

@ -462,4 +462,5 @@ private fun printHelp(parser: OptionParser) {
Please refer to the documentation in docs/build/index.html for more info.
""".trimIndent())
parser.printHelpOn(System.out)
}

View File

@ -71,7 +71,6 @@ fun main(args: Array<String>) {
}
fun runTraderDemo(args: Array<String>): Int {
val cashIssuerKey = generateKeyPair()
val parser = OptionParser()
val roleArg = parser.accepts("role").withRequiredArg().ofType(Role::class.java).required()