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 00:57:30 +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 909b9bf8 add space char in --help output
909b9bf8 is described below

commit 909b9bf861ec977715488c33447368a14de7ad75
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Mon Jan 17 18:55:40 2022 -0500

    add space char in --help output
---
 sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt 
b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
index a5651f3a..117bcb0a 100644
--- a/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
+++ b/sandbox/src/main/kotlin/tech/libeufin/sandbox/Main.kt
@@ -291,7 +291,7 @@ class Serve : CliktCommand("Run sandbox HTTP server") {
     private val port by option().int().default(5000)
     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"
     )
 
     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]