commit 48b3ad877b07753e4c3d3657cd2f456fa1304b34
parent 943ed36f7212dba0ff6979d1a6fb4330532a9a99
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date: Mon, 28 Feb 2022 03:55:01 -0500
include "connections" in connections sub-sub-headers
Diffstat:
1 file changed, 22 insertions(+), 22 deletions(-)
diff --git a/manpages/libeufin-cli.1.rst b/manpages/libeufin-cli.1.rst
@@ -569,8 +569,8 @@ so the ``EBICS_URL`` follows the previous examples in the ``sandbox``
command, as the value of environment variable ``LIBEUFIN_SANDBOX_URL``
suffixed with ``/ebicsweb``, i.e., ``http://localhost:5016/ebicsweb``.
-new-ebics-connection
-^^^^^^^^^^^^^^^^^^^^
+connections new-ebics-connection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``connections new-ebics-connection`` command creates a new connection
between an EBICS service and the Nexus.
@@ -597,8 +597,8 @@ For example:
Note that the ``testhost``, ``partner01``, and ``user02`` are the same as
in the ``sandbox demobank new-ebicssubscriber`` command (see above).
-list-connections
-^^^^^^^^^^^^^^^^
+connections list-connections
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``connections list-connections`` command lists connections in Nexus.
For example:
@@ -616,8 +616,8 @@ For example:
The name of the connection is ``conn01`` as in the
``connections new-ebics-connection`` example (see above).
-show-connection
-^^^^^^^^^^^^^^^
+connections show-connection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``connections show-connection`` command displays information
about a specific connection.
@@ -643,8 +643,8 @@ For example:
The details are the same as in the ``connections new-ebics-connections``
example (see above).
-delete-connection
-^^^^^^^^^^^^^^^^^
+connections delete-connection
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``connections delete-connection`` command deletes a bank connection.
It takes one argument, the ``CONNECTION_NAME``.
@@ -655,8 +655,8 @@ For example:
$ libeufin-cli connections delete-connection conn01
-export-backup
-^^^^^^^^^^^^^
+connections export-backup
+^^^^^^^^^^^^^^^^^^^^^^^^^
The ``connections export-backup`` command writes key and signature
information to a backup file (which you should take care to store
@@ -678,13 +678,13 @@ For example:
conn01
FIXME: Output? See: https://bugs.gnunet.org/view.php?id=7180
-restore-backup
-^^^^^^^^^^^^^^
+connections restore-backup
+^^^^^^^^^^^^^^^^^^^^^^^^^^
WRITEME
-get-key-letter
-^^^^^^^^^^^^^^
+connections get-key-letter
+^^^^^^^^^^^^^^^^^^^^^^^^^^
The ``connections get-key-letter`` command creates a PDF file
that contains key information.
@@ -698,23 +698,23 @@ For example:
This creates file ``key-letter.pdf`` in the current working directory.
-connect
-^^^^^^^
+connections connect
+^^^^^^^^^^^^^^^^^^^
WRITEME
-list-offered-bank-accounts
-^^^^^^^^^^^^^^^^^^^^^^^^^^
+connections list-offered-bank-accounts
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WRITEME
-download-bank-accounts
-^^^^^^^^^^^^^^^^^^^^^^
+connections download-bank-accounts
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WRITEME
-import-bank-account
-^^^^^^^^^^^^^^^^^^^
+connections import-bank-account
+^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
WRITEME