commit ccd7240ac242620bfb7e323c29cb2c4dc5c19320
parent bbc3ca0878fb0dd1962d79f699cc69e3c1b17f75
Author: Antoine A <>
Date: Thu, 12 Dec 2024 19:48:20 +0100
libeufin: oups
Diffstat:
2 files changed, 63 insertions(+), 62 deletions(-)
diff --git a/manpages/libeufin-bank.1.rst b/manpages/libeufin-bank.1.rst
@@ -17,7 +17,7 @@ Synopsis
[**--version**]
COMMAND [ARGS...]
-Subcommands: **dbinit**, **passwd**, **create-token**, **serve**, **create-account**, **edit-account**, **gc**, **bench-pwh**, **manual**, **config**
+Subcommands: **dbinit**, **passwd**, **create-token**, **serve**, **create-account**, **edit-account**, **gc**, **bench-pwh**, **config**
Description
@@ -202,66 +202,6 @@ Its options are as follows:
**-h** \| **--help**
Print short help on options.
-manual
-------
-
-Manual management commands.
-
-Its options are as follows:
-
-**-h** \| **--help**
- Print short help on options.
-
-Subcommands: **export**, **import**, **status**
-
-manual export
-^^^^^^^^^^^^^
-
-Export pending batches as pain001 messages.
-
-It takes one argument, the path where to write the zip export.
-
-Its options are as follows:
-
-**-c** \| **--config** *config_file*
- Specifies the configuration file.
-**-L** \| **--log** *LOGLEVEL*
- Configure logging to use LOGLEVEL.
-**-h** \| **--help**
- Print short help on options.
-
-manual import
-^^^^^^^^^^^^^
-
-Import EBICS camt files.
-
-It takes multiple arguments, the paths to XML files to import.
-
-Its options are as follows:
-
-**-c** \| **--config** *config_file*
- Specifies the configuration file.
-**-L** \| **--log** *LOGLEVEL*
- Configure logging to use LOGLEVEL.
-**-h** \| **--help**
- Print short help on options.
-
-manual status
-^^^^^^^^^^^^^
-
-Change batches or transactions status.
-
-It takes four arguments: the element kind, the element id, the new status and an optional status message.
-
-Its options are as follows:
-
-**-c** \| **--config** *config_file*
- Specifies the configuration file.
-**-L** \| **--log** *LOGLEVEL*
- Configure logging to use LOGLEVEL.
-**-h** \| **--help**
- Print short help on options.
-
.. include:: ../frags/libeufin-config-cli.rst
diff --git a/manpages/libeufin-nexus.1.rst b/manpages/libeufin-nexus.1.rst
@@ -18,7 +18,7 @@ Synopsis
COMMAND [ARGS...]
Subcommands: **dbinit**, **ebics-setup**, **ebics-submit**, **ebics-fetch**,
-**serve**, **initiate-payment**, **config**
+**serve**, **initiate-payment**, **manual**, **config**
Description
@@ -170,6 +170,67 @@ It takes one argument, the creditor IBAN payto URI, which must contain a 'receiv
**-h** \| **--help**
Print short help on options.
+
+manual
+------
+
+Manual management commands.
+
+Its options are as follows:
+
+**-h** \| **--help**
+ Print short help on options.
+
+Subcommands: **export**, **import**, **status**
+
+manual export
+^^^^^^^^^^^^^
+
+Export pending batches as pain001 messages.
+
+It takes one argument, the path where to write the zip export.
+
+Its options are as follows:
+
+**-c** \| **--config** *config_file*
+ Specifies the configuration file.
+**-L** \| **--log** *LOGLEVEL*
+ Configure logging to use LOGLEVEL.
+**-h** \| **--help**
+ Print short help on options.
+
+manual import
+^^^^^^^^^^^^^
+
+Import EBICS camt files.
+
+It takes multiple arguments, the paths to XML files to import.
+
+Its options are as follows:
+
+**-c** \| **--config** *config_file*
+ Specifies the configuration file.
+**-L** \| **--log** *LOGLEVEL*
+ Configure logging to use LOGLEVEL.
+**-h** \| **--help**
+ Print short help on options.
+
+manual status
+^^^^^^^^^^^^^
+
+Change batches or transactions status.
+
+It takes four arguments: the element kind, the element id, the new status and an optional status message.
+
+Its options are as follows:
+
+**-c** \| **--config** *config_file*
+ Specifies the configuration file.
+**-L** \| **--log** *LOGLEVEL*
+ Configure logging to use LOGLEVEL.
+**-h** \| **--help**
+ Print short help on options.
+
.. include:: ../frags/libeufin-config-cli.rst
SEE ALSO