mirror of
https://github.com/corda/corda.git
synced 2025-06-19 23:53:52 +00:00
irsdemo: Add spaces in closure
This commit is contained in:
@ -479,7 +479,7 @@ private fun createDefaultConfigFile(configFile: File, legalName: String) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private fun printHelp(parser: OptionParser) {
|
private fun printHelp(parser: OptionParser) {
|
||||||
val roleList = IRSDemoRole.values().joinToString(separator = "|") {it.toString()}
|
val roleList = IRSDemoRole.values().joinToString(separator = "|") { it.toString() }
|
||||||
println("""
|
println("""
|
||||||
Usage: irsdemo --role $roleList [<TradeName>|<DateValue>] [options]
|
Usage: irsdemo --role $roleList [<TradeName>|<DateValue>] [options]
|
||||||
Please refer to the documentation in docs/build/index.html for more info.
|
Please refer to the documentation in docs/build/index.html for more info.
|
||||||
|
Reference in New Issue
Block a user