gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[libeufin] branch master updated: add space char in --help output


From: gnunet
Subject: [libeufin] branch master updated: add space char in --help output
Date: Tue, 18 Jan 2022 02:09:24 +0100

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository libeufin.

The following commit(s) were added to refs/heads/master by this push:
     new 16153a2b add space char in --help output
16153a2b is described below

commit 16153a2b5eb792ca8a747e79b40dbf39311d3011
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Jan 17 20:09:09 2022 -0500

    add space char in --help output
---
 nexus/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
index 90f89111..dc0c552a 100644
--- 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() {

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]