gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet-scheme] 45/324: scripts: publish-store: fix '--config' option pa


From: gnunet
Subject: [gnunet-scheme] 45/324: scripts: publish-store: fix '--config' option parsing
Date: Tue, 21 Sep 2021 13:21:25 +0200

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

maxime-devos pushed a commit to branch master
in repository gnunet-scheme.

commit 0fd472dc374930b08a9c2cc853a678fca90b6f1b
Author: Maxime Devos <maximedevos@telenet.be>
AuthorDate: Sat Jan 23 20:10:00 2021 +0100

    scripts: publish-store: fix '--config' option parsing
    
    * gnu/gnunet/scripts/publish-store.scm
      (%options-specification): mark '--config' as requiring
      a value.
---
 gnu/gnunet/scripts/publish-store.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/gnunet/scripts/publish-store.scm 
b/gnu/gnunet/scripts/publish-store.scm
index f440d95..68d4376 100644
--- a/gnu/gnunet/scripts/publish-store.scm
+++ b/gnu/gnunet/scripts/publish-store.scm
@@ -69,7 +69,8 @@
                  (value #t))
        (simulate (single-char #\s))
        ;; GNUnet options
-       (config      (single-char #\c))
+       (config      (single-char #\c)
+                    (value #t))
        (anonymity   (single-char #\a)
                     (value #t))
        (noindex     (single-char #\n))

-- 
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]