gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add manpage for taler-exchange-sanct


From: gnunet
Subject: [taler-docs] branch master updated: add manpage for taler-exchange-sanctionscheck
Date: Sun, 05 Jan 2025 16:16:04 +0100

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 16923e7f add manpage for taler-exchange-sanctionscheck
16923e7f is described below

commit 16923e7f1bc1576af1d247eb130f2bac39fcce61
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sun Jan 5 16:15:59 2025 +0100

    add manpage for taler-exchange-sanctionscheck
---
 conf.py                                      |  7 ++++
 manpages/taler-exchange-sanctionscheck.1.rst | 63 ++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+)

diff --git a/conf.py b/conf.py
index f36e293e..6a85bd65 100644
--- a/conf.py
+++ b/conf.py
@@ -567,6 +567,13 @@ man_pages = [
         "GNU Taler contributors",
         1,
     ),
+    (
+        "manpages/taler-exchange-sanctionscheck.1",
+        "taler-exchange-sanctionscheck",
+        "check KYC attributes of all accounts against a sanctions list",
+        "GNU Taler contributors",
+        1,
+    ),
     (
         "manpages/taler-exchange-wirewatch.1",
         "taler-exchange-wirewatch",
diff --git a/manpages/taler-exchange-sanctionscheck.1.rst 
b/manpages/taler-exchange-sanctionscheck.1.rst
new file mode 100644
index 00000000..6e83fd22
--- /dev/null
+++ b/manpages/taler-exchange-sanctionscheck.1.rst
@@ -0,0 +1,63 @@
+taler-exchange-sanctioncheck(1)
+###############################
+
+.. only:: html
+
+   Name
+   ====
+
+   **taler-exchange-sanctioncheck** - check existing accounts against a 
sanctions list
+
+Synopsis
+========
+
+**taler-exchange-sanctioncheck**
+[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
+[**-h** | **--help**]
+[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-v** | **--version**] --
+SANCTIONCHECKER [SANCTIONCHECKER_ARGUMENTS
+
+Description
+===========
+
+**taler-exchange-sanctioncheck** is a command-line tool to check all
+existing accounts (and their KYC attributes) against a sanctions list,
+freezing matches and flagging partial matches for investigation by AML
+staff.
+
+Its options are as follows:
+
+**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
+   Use the configuration and other resources for the exchange to operate
+   from *FILENAME*.
+
+**-I** \| **--ignore-not-found**
+   Do not fail if the bank says that the exchange bank account does not (yet) 
exist.
+   Keep trying.
+
+**-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
+   Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
+   ``WARNING``, ``ERROR``.
+
+**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
+   Send logging output to *FILENAME*.
+
+**-v** \| **--version**
+   Print version information.
+
+These options must be followed by the name of the sanctions list checking
+helper tool (taler-exchange-helper-sanctions-AUTHORITY) and its command-line
+arguments.
+
+See Also
+========
+
+taler-exchange-httpd(1), taler-exchange.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net/ or by sending electronic
+mail to <taler@gnu.org>.

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