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