taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 4a87d6eaf84abe42727038ceca134807ff78cb9c
parent 4ed537e2b6e627447a9d220ba557219f5c4d4ec2
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue, 20 Aug 2024 08:58:41 +0200

use -o instead of --list-outputs for future getopt use

Diffstat:
Mmanpages/taler.conf.5.rst | 9+++------
Mtaler-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 @@ -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 @@ -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