From 988f6e07708f8147db1254a2a621a729f3c8b61b Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 7 Jan 2021 23:13:50 -0500 Subject: taler-merchant-setup-reserve(1): reorder opts descriptions --- manpages/taler-merchant-setup-reserve.1.rst | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/manpages/taler-merchant-setup-reserve.1.rst b/manpages/taler-merchant-setup-reserve.1.rst index dddc63fd..c871051e 100644 --- a/manpages/taler-merchant-setup-reserve.1.rst +++ b/manpages/taler-merchant-setup-reserve.1.rst @@ -42,16 +42,30 @@ Options The specified ``CERTFILE`` contains a TLS client certificate to be used to authenticate the client. See also ``-t``. +**-c** *FILENAME* \| **––config=**\ \ *FILENAME* + Use the configuration and other resources for the merchant to + operate from ``FILENAME``. + **-e** *URL* \| **––exchange-url=**\ \ *URL* Mandatory. Use ``URL`` for the exchange base URL. This is the exchange where the reserve will be created. The currency used in the amount specification must be offered by this exchange. +**-h** \| **––help** + Print short help on options. + **-k** *KEYFILE* \| **––key=**\ \ *KEYFILE* The specified ``KEYFILE`` contains a TLS client private key to be used to authenticate the client. See also ``-p`` and ``-C``. +**-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*. + **-m** *URL* \| **––merchant-url=**\ \ *URL* Mandatory. Use ``URL`` as the merchant base URL. @@ -74,23 +88,9 @@ Options The method must be supported by the exchange. Typical values would be ``iban`` or ``x-taler-bank``. -**-c** *FILENAME* \| **––config=**\ \ *FILENAME* - Use the configuration and other resources for the merchant to - operate from ``FILENAME``. - -**-h** \| **––help** - Print short help on options. - **-v** \| **––version** Print version information. -**-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*. - See Also ======== -- cgit v1.2.3