[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: use -o instead of --list-outputs for
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: use -o instead of --list-outputs for future getopt use |
Date: |
Tue, 20 Aug 2024 08:58:45 +0200 |
This is an automated email from the git hooks/post-receive script.
grothoff pushed a commit to branch master
in repository docs.
The following commit(s) were added to refs/heads/master by this push:
new 4a87d6ea use -o instead of --list-outputs for future getopt use
4a87d6ea is described below
commit 4a87d6eaf84abe42727038ceca134807ff78cb9c
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Tue Aug 20 08:58:41 2024 +0200
use -o instead of --list-outputs for future getopt use
---
manpages/taler.conf.5.rst | 9 +++------
taler-kyc-manual.rst | 8 +++-----
2 files changed, 6 insertions(+), 11 deletions(-)
diff --git a/manpages/taler.conf.5.rst b/manpages/taler.conf.5.rst
index dc2c0e9a..2f3129c2 100644
--- a/manpages/taler.conf.5.rst
+++ b/manpages/taler.conf.5.rst
@@ -272,7 +272,7 @@ CONVERTER
if the provided inputs do not match expectations.
Note that the converter will be expected to output the
set of attributes listed under the respective ``[kyc-check-*]``
- sections. Calling the converter with ``--list-outputs``
+ sections. Calling the converter with ``-o``
should generate a (newline-separated) list of attributes
the converter promises to generate in its JSON output
(when run regularly).
@@ -429,14 +429,11 @@ REQUIRES
not checked. However, it may be shown to AML staff
when they configure measures.
-OUTPUTS = business_name street city country registration
+OUTPUTS = "business_name street city country registration"
Description of the outputs provided by the check.
Basically, the check's output is expected to
provide the following fields as attribute inputs into
- a subsequent AML program.
- Only given for type FORM; INFO never has any outputs,
- and for type LINK we can obtain the same information
- from the CONVERTER via ``--list-outputs``.
+ a subsequent AML program. INFO never has any outputs.
FALLBACK
Name of an **original** measure to take if the check fails
diff --git a/taler-kyc-manual.rst b/taler-kyc-manual.rst
index bce9984c..cab0d2e4 100644
--- a/taler-kyc-manual.rst
+++ b/taler-kyc-manual.rst
@@ -212,7 +212,7 @@ section. The names of the configuration sections must being
with
# if the provided inputs do not match expectations.
# Note that the converter will be expected to output the
# set of attributes listed under the respective ``[kyc-check-*]``
- # sections. Calling the converter with ``--list-outputs``
+ # sections. Calling the converter with ``-o``
# should generate a (newline-separated) list of attributes
# the converter promises to generate in its JSON output
# (when run regularly).
@@ -453,10 +453,8 @@ sections must being with ``kyc-check-`` followed by an
arbitrary
# Basically, the check's output is expected to
# provide the following fields as attribute inputs into
# a subsequent AML program.
- # Only given for type FORM; INFO never has any outputs,
- # and for type LINK we can obtain the same information
- # from the CONVERTER via ``--list-outputs``.
- OUTPUTS = business_name street city country registration
+ # INFO never has any outputs.
+ OUTPUTS = "business_name street city country registration"
# **original** measure to take if the check fails
# (for any reason, e.g. provider or form fail to
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: use -o instead of --list-outputs for future getopt use,
gnunet <=