libeufin

Integration and sandbox testing for FinTech APIs and data formats
Log | Files | Refs | Submodules | README | LICENSE

commit 16153a2b5eb792ca8a747e79b40dbf39311d3011
parent 909b9bf861ec977715488c33447368a14de7ad75
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Mon, 17 Jan 2022 20:09:09 -0500

add space char in --help output

Diffstat:
Mnexus/src/main/kotlin/tech/libeufin/nexus/Main.kt | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt b/nexus/src/main/kotlin/tech/libeufin/nexus/Main.kt @@ -62,7 +62,7 @@ class Serve : CliktCommand("Run nexus HTTP server") { private val port by option().int().default(5001) private val withUnixSocket by option( help = "Bind the Sandbox to the Unix domain socket at PATH. Overrides" + - "--port, when both are given", metavar = "PATH" + " --port, when both are given", metavar = "PATH" ) private val logLevel by option() override fun run() {