gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: update man pages


From: gnunet
Subject: [taler-docs] branch master updated: update man pages
Date: Sat, 21 Mar 2020 15:49:50 +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 4d84290  update man pages
4d84290 is described below

commit 4d8429045362f3d4bf86e67a509347b03f2f8239
Author: Christian Grothoff <address@hidden>
AuthorDate: Sat Mar 21 15:49:48 2020 +0100

    update man pages
---
 conf.py                                            |  2 ++
 ...nge-dbinit.1.rst => taler-auditor-dbinit.1.rst} | 27 +++++++++++-----------
 manpages/taler-auditor.1.rst                       | 10 +++-----
 manpages/taler-exchange-aggregator.1.rst           |  5 ++--
 manpages/taler-exchange-closer.1.rst               |  8 +++----
 manpages/taler-exchange-dbinit.1.rst               |  5 ++--
 manpages/taler-exchange-keycheck.1.rst             |  3 +--
 manpages/taler-exchange-keyup.1.rst                |  1 -
 manpages/taler-exchange-transfer.1.rst             |  5 ++--
 9 files changed, 30 insertions(+), 36 deletions(-)

diff --git a/conf.py b/conf.py
index 51a848b..4010d57 100644
--- a/conf.py
+++ b/conf.py
@@ -272,6 +272,8 @@ man_pages = [
      1),
     ("manpages/taler-auditor-sign.1", "taler-auditor-sign",
      "sign exchange denomination as auditor", "GNU Taler contributors", 1),
+    ("manpages/taler-auditor-dbinit.1", "taler-auditor-dbinit",
+     "setup auditor database", "GNU Taler contributors", 1),
     ("manpages/taler-auditor.1", "taler-auditor", "audit exchange",
      "GNU Taler contributors", 1),
     ("manpages/taler-bank-transfer.1", "taler-bank-transfer",
diff --git a/manpages/taler-exchange-dbinit.1.rst 
b/manpages/taler-auditor-dbinit.1.rst
similarity index 60%
copy from manpages/taler-exchange-dbinit.1.rst
copy to manpages/taler-auditor-dbinit.1.rst
index b693e7f..463814a 100644
--- a/manpages/taler-exchange-dbinit.1.rst
+++ b/manpages/taler-auditor-dbinit.1.rst
@@ -1,20 +1,19 @@
-taler-exchange-dbinit(1)
-########################
+taler-auditor-dbinit(1)
+#######################
 
 .. only:: html
 
    Name
    ====
 
-   **taler-exchange-dbinit** - initialize Taler exchange database
+   **taler-auditor-dbinit** - initialize Taler auditor database
 
 
 Synopsis
 ========
 
-**taler-exchange-dbinit**
-[**-d** *DIRNAME* | **–exchange-dir=**\ ‌\ *DIRNAME*]
-[**-h** | **–help**] [**-g** | **–gc**] [**-r** | **–reset**]
+**taler-auditor-dbinit**
+[**-h** | **–help**] [**-g** | **–gc**] [**-R** | **–reset**] [**-r** | 
**–restart**]
 [**-v** | **–version**]
 
 Description
@@ -26,9 +25,9 @@ Taler exchange to operate.
 
 Its options are as follows:
 
-**-d** *DIRNAME* \| **–exchange-dir=**\ ‌\ *DIRNAME*
+**-c** *FILENAME* \| **–config=**\ ‌\ *FILENAME*
    Use the configuration and other resources for the exchange to operate
-   from *DIRNAME*.
+   from *FILENAME*.
 
 **-h** \| **–help**
    Print short help on options.
@@ -37,9 +36,12 @@ Its options are as follows:
    Garbage collect database. Deletes all unnecessary data in the
    database.
 
-**-r** \| **–reset**
-   Drop tables. Dangerous, will delete all existing data in the database
-   before creating the tables.
+**-R** \| **–reset**
+   Drop tables. Dangerous, will delete all existing data in the database.
+
+**-r** \| **--restart**
+   Restart all auditors from the beginning. Useful for
+   testing.
 
 **-v** \| **–version**
    Print version information.
@@ -47,8 +49,7 @@ Its options are as follows:
 See Also
 ========
 
-taler-exchange-httpd(1), taler-exchange-keyup(1),
-taler-exchange-reservemod(1), taler.conf(5).
+taler-auditor-httpd(1), taler-auditor(1), taler.conf(5).
 
 Bugs
 ====
diff --git a/manpages/taler-auditor.1.rst b/manpages/taler-auditor.1.rst
index e3742d9..d8ee1a9 100644
--- a/manpages/taler-auditor.1.rst
+++ b/manpages/taler-auditor.1.rst
@@ -13,7 +13,7 @@ Synopsis
 
 **taler-auditor** [**-h** | **--help**]
 [**-m** *MASTER_KEY* | **--exchange-key=**\ ‌\ *MASTER_KEY*]
-[**-r** | **--reset**]
+
 
 Description
 ===========
@@ -37,16 +37,12 @@ matches the exchange’s database. Its options are as follows.
    taler-auditor will use the MASTER_PUBLIC_KEY value from the
    “exchange” section of the configuration.
 
-**-r** \| **--reset**
-   Reset the audit, starts everything from the beginning. Useful for
-   testing and required for the first audit to setup auditor’s tables.
-   Note that if (just) the exchange key changes, the **-r** option
-   should not be used again.
+
 
 See Also
 ========
 
-gnunet-ecc(1), taler-auditor-sign(1), taler.conf(5)
+gnunet-ecc(1), taler-auditor-sign(1), taler.conf(5), taler-auditor-dbinit(1)
 
 Bugs
 ====
diff --git a/manpages/taler-exchange-aggregator.1.rst 
b/manpages/taler-exchange-aggregator.1.rst
index e76e129..255e1e1 100644
--- a/manpages/taler-exchange-aggregator.1.rst
+++ b/manpages/taler-exchange-aggregator.1.rst
@@ -12,7 +12,6 @@ Synopsis
 ========
 
 **taler-exchange-aggregator**
-[**-d** *DIRNAME* | **--exchange-dir=**\ ‌\ *DIRNAME*]
 [**-h** | **--help**] [**-t** | **--test**] [**-v** | **--version**]
 
 Description
@@ -22,9 +21,9 @@ Description
 to the same merchant into larger wire transfers. The actual transfers are then
 done by **taler-exchange-transfer**.
 
-**-d** *DIRNAME* \| **--exchange-dir=**\ ‌\ *DIRNAME*
+**-c** *FILENAME* \| **–config=**\ ‌\ *FILENAME*
    Use the configuration and other resources for the exchange to operate
-   from *DIRNAME*.
+   from *FILENAME*.
 
 **-h** \| **--help**
    Print short help on options.
diff --git a/manpages/taler-exchange-closer.1.rst 
b/manpages/taler-exchange-closer.1.rst
index a1ab67c..8783cd6 100644
--- a/manpages/taler-exchange-closer.1.rst
+++ b/manpages/taler-exchange-closer.1.rst
@@ -1,5 +1,5 @@
 taler-exchange-closer(1)
-############################
+#########################
 
 .. only:: html
 
@@ -12,7 +12,6 @@ Synopsis
 ========
 
 **taler-exchange-closer**
-[**-d** *DIRNAME* | **--exchange-dir=**\ ‌\ *DIRNAME*]
 [**-h** | **--help**] [**-t** | **--test**] [**-v** | **--version**]
 
 Description
@@ -22,9 +21,10 @@ Description
 reserves that have been idle for too long, causing transfers
 to the originating bank account to be scheduled.
 
-**-d** *DIRNAME* \| **--exchange-dir=**\ ‌\ *DIRNAME*
+
+**-c** *FILENAME* \| **–config=**\ ‌\ *FILENAME*
    Use the configuration and other resources for the exchange to operate
-   from *DIRNAME*.
+   from *FILENAME*.
 
 **-h** \| **--help**
    Print short help on options.
diff --git a/manpages/taler-exchange-dbinit.1.rst 
b/manpages/taler-exchange-dbinit.1.rst
index b693e7f..6d9b787 100644
--- a/manpages/taler-exchange-dbinit.1.rst
+++ b/manpages/taler-exchange-dbinit.1.rst
@@ -13,7 +13,6 @@ Synopsis
 ========
 
 **taler-exchange-dbinit**
-[**-d** *DIRNAME* | **–exchange-dir=**\ ‌\ *DIRNAME*]
 [**-h** | **–help**] [**-g** | **–gc**] [**-r** | **–reset**]
 [**-v** | **–version**]
 
@@ -26,9 +25,9 @@ Taler exchange to operate.
 
 Its options are as follows:
 
-**-d** *DIRNAME* \| **–exchange-dir=**\ ‌\ *DIRNAME*
+**-c** *FILENAME* \| **–config=**\ ‌\ *FILENAME*
    Use the configuration and other resources for the exchange to operate
-   from *DIRNAME*.
+   from *FILENAME*.
 
 **-h** \| **–help**
    Print short help on options.
diff --git a/manpages/taler-exchange-keycheck.1.rst 
b/manpages/taler-exchange-keycheck.1.rst
index 6694fda..3f7b035 100644
--- a/manpages/taler-exchange-keycheck.1.rst
+++ b/manpages/taler-exchange-keycheck.1.rst
@@ -13,7 +13,6 @@ Synopsis
 ========
 
 **taler-exchange-keycheck**
-[**-d** *DIRNAME* | **–exchange-dir=**\ ‌\ *DIRNAME*]
 [**-h** | **–help**] [**-v** | **–version**]
 
 Description
@@ -27,7 +26,7 @@ that the files are correct.
 Its options are as follows:
 
 **-c** *FILENAME* \| **–config=**\ ‌\ *FILENAME*
-   Use the configuration and other resources for the merchant to operate
+   Use the configuration and other resources for the exchange to operate
    from *FILENAME*.
 
 **-h** \| **–help**
diff --git a/manpages/taler-exchange-keyup.1.rst 
b/manpages/taler-exchange-keyup.1.rst
index 4ba6bf3..cab075a 100644
--- a/manpages/taler-exchange-keyup.1.rst
+++ b/manpages/taler-exchange-keyup.1.rst
@@ -13,7 +13,6 @@ Synopsis
 ========
 
 **taler-exchange-keyup**
-[**-d** *DIRNAME* | **–exchange-dir=**\ ‌\ *DIRNAME*]
 [**-h** | **–help**] [**-m** *FILE* | **–master-key=**\ ‌\ *FILE*]
 [**-o** *FILE* | **–output=**\ ‌\ *FILE*]
 [**-r** *DKH* | **–revoke=**\ ‌\ *DKH*]
diff --git a/manpages/taler-exchange-transfer.1.rst 
b/manpages/taler-exchange-transfer.1.rst
index 78427a2..4dac362 100644
--- a/manpages/taler-exchange-transfer.1.rst
+++ b/manpages/taler-exchange-transfer.1.rst
@@ -12,7 +12,6 @@ Synopsis
 ========
 
 **taler-exchange-transfer**
-[**-d** *DIRNAME* | **--exchange-dir=**\ ‌\ *DIRNAME*]
 [**-h** | **--help**] [**-t** | **--test**] [**-v** | **--version**]
 
 Description
@@ -21,9 +20,9 @@ Description
 **taler-exchange-transfer** is a command line tool to actually execute 
scheduled wire transfers (using the bank/wire gateway).
 The transfers are prepared by the **taler-exchange-aggregator** and 
**taler-exchange-closer** tools.
 
-**-d** *DIRNAME* \| **--exchange-dir=**\ ‌\ *DIRNAME*
+**-c** *FILENAME* \| **–config=**\ ‌\ *FILENAME*
    Use the configuration and other resources for the exchange to operate
-   from *DIRNAME*.
+   from *FILENAME*.
 
 **-h** \| **--help**
    Print short help on options.

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]