gnunet-svn
[Top][All Lists]
Advanced

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

[taler-exchange] branch master updated (c86a169f -> 22ad41a2)


From: gnunet
Subject: [taler-exchange] branch master updated (c86a169f -> 22ad41a2)
Date: Sat, 15 Jul 2023 19:11:26 +0200

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

grothoff pushed a change to branch master
in repository exchange.

    from c86a169f -typo fix fix
     new 3976729a -update man pages
     new 22ad41a2 -update man pages

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 doc/Makefile.am                    | 3 ++-
 doc/prebuilt                       | 2 +-
 src/testing/taler-unified-setup.sh | 6 +++---
 3 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/doc/Makefile.am b/doc/Makefile.am
index 6475ea41..f7c4d9e0 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
@@ -39,7 +39,8 @@ man_MANS = \
   prebuilt/man/taler-helper-auditor-deposits.1\
   prebuilt/man/taler-helper-auditor-purses.1\
   prebuilt/man/taler-helper-auditor-reserves.1\
-  prebuilt/man/taler-helper-auditor-wire.1
+  prebuilt/man/taler-helper-auditor-wire.1 \
+  prebuilt/man/taler-unified-setup.1
 
 info_TEXINFOS = \
   prebuilt/texinfo/taler-auditor.texi \
diff --git a/doc/prebuilt b/doc/prebuilt
index 66e99d09..02380e2e 160000
--- a/doc/prebuilt
+++ b/doc/prebuilt
@@ -1 +1 @@
-Subproject commit 66e99d09d4351bb6e6c5fd442f14ec7cf1363a81
+Subproject commit 02380e2e7318c7fd75fcfe7b03d1596b56c8d505
diff --git a/src/testing/taler-unified-setup.sh 
b/src/testing/taler-unified-setup.sh
index 201250bf..bd05c9bc 100755
--- a/src/testing/taler-unified-setup.sh
+++ b/src/testing/taler-unified-setup.sh
@@ -74,7 +74,7 @@ LOGLEVEL="DEBUG"
 DEFAULT_SLEEP="0.2"
 
 # Parse command-line options
-while getopts ':abc:d:efghl:mnr:stu:vwW' OPTION; do
+while getopts ':abc:d:efghL:mnr:stu:vwW' OPTION; do
     case "$OPTION" in
         a)
             START_AUDITOR="1"
@@ -103,7 +103,7 @@ while getopts ':abc:d:efghl:mnr:stu:vwW' OPTION; do
             echo '  -e           -- start exchange'
             echo '  -f           -- start fakebank'
             echo '  -h           -- print this help'
-            echo '  -l $LOGLEVEL -- set log level'
+            echo '  -L $LOGLEVEL -- set log level'
             echo '  -m           -- start merchant'
             echo '  -n           -- start nexus'
             echo '  -r $MEX      -- which exchange to use at the merchant 
(optional)'
@@ -117,7 +117,7 @@ while getopts ':abc:d:efghl:mnr:stu:vwW' OPTION; do
         g)
             START_AGGREGATOR="1"
             ;;
-        l)
+        L)
             LOGLEVEL="$OPTARG"
             ;;
         m)

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