mirror of
https://github.com/corda/corda.git
synced 2025-04-16 07:27:17 +00:00
Fixed merge conflicts.
This commit is contained in:
parent
d4da633b1e
commit
01e64d3030
@ -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)
|
||||
}
|
||||
|
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user