From 5b681de5758b6e18d6b355487edcd6fa88595975 Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 7 Jan 2021 23:31:58 -0500 Subject: fix typo: s/command line/command-line/ (15 instances) --- manpages/taler-auditor-dbinit.1.rst | 2 +- manpages/taler-auditor-exchange.1.rst | 2 +- manpages/taler-auditor.1.rst | 2 +- manpages/taler-bank-transfer.1.rst | 2 +- manpages/taler-exchange-aggregator.1.rst | 2 +- manpages/taler-exchange-benchmark.1.rst | 2 +- manpages/taler-exchange-closer.1.rst | 2 +- manpages/taler-exchange-dbinit.1.rst | 2 +- manpages/taler-exchange-httpd.1.rst | 2 +- manpages/taler-exchange-transfer.1.rst | 2 +- manpages/taler-exchange-wirewatch.1.rst | 2 +- manpages/taler-merchant-benchmark.1.rst | 2 +- manpages/taler-merchant-httpd.1.rst | 2 +- manpages/taler-merchant-setup-reserve.1.rst | 2 +- manpages/taler-wallet-cli.1.rst | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/manpages/taler-auditor-dbinit.1.rst b/manpages/taler-auditor-dbinit.1.rst index af3ee947..44d7aeb0 100644 --- a/manpages/taler-auditor-dbinit.1.rst +++ b/manpages/taler-auditor-dbinit.1.rst @@ -25,7 +25,7 @@ Synopsis Description =========== -**taler-exchange-dbinit** is a command line tool to initialize the Taler +**taler-exchange-dbinit** is a command-line tool to initialize the Taler exchange database. It creates the necessary tables and indices for the Taler exchange to operate. diff --git a/manpages/taler-auditor-exchange.1.rst b/manpages/taler-auditor-exchange.1.rst index 14603f4e..6a13c802 100644 --- a/manpages/taler-auditor-exchange.1.rst +++ b/manpages/taler-auditor-exchange.1.rst @@ -22,7 +22,7 @@ Synopsis Description =========== -**taler-auditor-exchange** is a command line tool to be used by an +**taler-auditor-exchange** is a command-line tool to be used by an auditor to add or remove an exchange from the list of exchange’s audited by the auditor. You must add an exchange to that list before signing denomination keys with taler-auditor-sign or trying to audit it with diff --git a/manpages/taler-auditor.1.rst b/manpages/taler-auditor.1.rst index 576a304e..c4b82376 100644 --- a/manpages/taler-auditor.1.rst +++ b/manpages/taler-auditor.1.rst @@ -20,7 +20,7 @@ Synopsis Description =========== -**taler-auditor** is a command line tool to be used by an auditor to +**taler-auditor** is a command-line tool to be used by an auditor to audit an exchange’s database and calculate the current financial state of the exchange (including revenue, amount expected in escrow and risk exposure). The audit is incremental. The first audit must be performed diff --git a/manpages/taler-bank-transfer.1.rst b/manpages/taler-bank-transfer.1.rst index a734abba..e37d596a 100644 --- a/manpages/taler-bank-transfer.1.rst +++ b/manpages/taler-bank-transfer.1.rst @@ -30,7 +30,7 @@ Synopsis Description =========== -**taler-bank-transfer** is a command line tool to trigger bank transfers or +**taler-bank-transfer** is a command-line tool to trigger bank transfers or inspect wire transfers for exchange accounts using the wire API. The tool is expected to be used during testing or for diagnostics. diff --git a/manpages/taler-exchange-aggregator.1.rst b/manpages/taler-exchange-aggregator.1.rst index 814c5c11..710a833b 100644 --- a/manpages/taler-exchange-aggregator.1.rst +++ b/manpages/taler-exchange-aggregator.1.rst @@ -23,7 +23,7 @@ Synopsis Description =========== -**taler-exchange-aggregator** is a command line tool to run aggregate deposits +**taler-exchange-aggregator** is a command-line tool to run aggregate deposits to the same merchant into larger wire transfers. The actual transfers are then done by **taler-exchange-transfer**. diff --git a/manpages/taler-exchange-benchmark.1.rst b/manpages/taler-exchange-benchmark.1.rst index 92efee4f..81b8e614 100644 --- a/manpages/taler-exchange-benchmark.1.rst +++ b/manpages/taler-exchange-benchmark.1.rst @@ -31,7 +31,7 @@ Synopsis Description =========== -**taler-exchange-benchmark** is a command line tool to measure the time +**taler-exchange-benchmark** is a command-line tool to measure the time spent to serve withdrawals/deposits/refreshes. It usually needs a dedicate configuration file where all the services - the exchange and the (fake)bank - listen to URLs not subject to any reverse proxy, as say diff --git a/manpages/taler-exchange-closer.1.rst b/manpages/taler-exchange-closer.1.rst index 7f316368..82fc41d1 100644 --- a/manpages/taler-exchange-closer.1.rst +++ b/manpages/taler-exchange-closer.1.rst @@ -23,7 +23,7 @@ Synopsis Description =========== -**taler-exchange-closer** is a command line tool to run close +**taler-exchange-closer** is a command-line tool to run close reserves that have been idle for too long, causing transfers to the originating bank account to be scheduled. diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst index 914c376c..8221b8e8 100644 --- a/manpages/taler-exchange-dbinit.1.rst +++ b/manpages/taler-exchange-dbinit.1.rst @@ -24,7 +24,7 @@ Synopsis Description =========== -**taler-exchange-dbinit** is a command line tool to initialize the Taler +**taler-exchange-dbinit** is a command-line tool to initialize the Taler exchange database. It creates the necessary tables and indices for the Taler exchange to operate. diff --git a/manpages/taler-exchange-httpd.1.rst b/manpages/taler-exchange-httpd.1.rst index 6da60d1b..d8462a6c 100644 --- a/manpages/taler-exchange-httpd.1.rst +++ b/manpages/taler-exchange-httpd.1.rst @@ -27,7 +27,7 @@ Synopsis Description =========== -**taler-exchange-httpd** is a command line tool to run the Taler +**taler-exchange-httpd** is a command-line tool to run the Taler exchange (HTTP server). The required configuration, keys and database must exist before running this command. diff --git a/manpages/taler-exchange-transfer.1.rst b/manpages/taler-exchange-transfer.1.rst index 6821a5fc..743d2cce 100644 --- a/manpages/taler-exchange-transfer.1.rst +++ b/manpages/taler-exchange-transfer.1.rst @@ -23,7 +23,7 @@ Synopsis Description =========== -**taler-exchange-transfer** is a command line tool to actually execute scheduled wire transfers (using the bank/wire gateway). +**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. **-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME* diff --git a/manpages/taler-exchange-wirewatch.1.rst b/manpages/taler-exchange-wirewatch.1.rst index 541e05ec..605ff54b 100644 --- a/manpages/taler-exchange-wirewatch.1.rst +++ b/manpages/taler-exchange-wirewatch.1.rst @@ -24,7 +24,7 @@ Synopsis Description =========== -**taler-exchange-wirewatch** is a command line tool to import wire +**taler-exchange-wirewatch** is a command-line tool to import wire transactions into the Taler exchange database. Its options are as follows: diff --git a/manpages/taler-merchant-benchmark.1.rst b/manpages/taler-merchant-benchmark.1.rst index 4f44503a..45f966dd 100644 --- a/manpages/taler-merchant-benchmark.1.rst +++ b/manpages/taler-merchant-benchmark.1.rst @@ -19,7 +19,7 @@ Synopsis Description =========== -**taler-merchant-benchmark** is a command line tool to populate your +**taler-merchant-benchmark** is a command-line tool to populate your merchant database with payments for benchmarking. diff --git a/manpages/taler-merchant-httpd.1.rst b/manpages/taler-merchant-httpd.1.rst index e1af5d69..df175598 100644 --- a/manpages/taler-merchant-httpd.1.rst +++ b/manpages/taler-merchant-httpd.1.rst @@ -24,7 +24,7 @@ Synopsis Description =========== -taler-merchant-httpd is a command line tool to run the Taler merchant +taler-merchant-httpd is a command-line tool to run the Taler merchant (HTTP backend). The required configuration and database must exist before running this command. diff --git a/manpages/taler-merchant-setup-reserve.1.rst b/manpages/taler-merchant-setup-reserve.1.rst index 3351ccc2..321af52a 100644 --- a/manpages/taler-merchant-setup-reserve.1.rst +++ b/manpages/taler-merchant-setup-reserve.1.rst @@ -33,7 +33,7 @@ Synopsis Description =========== -**taler-merchant-setup-reserve** is a command line tool to setup a reserve +**taler-merchant-setup-reserve** is a command-line tool to setup a reserve (creating the private reserve key) and obtaining the wire transfer information from the exchange needed to fill the reserve. diff --git a/manpages/taler-wallet-cli.1.rst b/manpages/taler-wallet-cli.1.rst index 8e7d3be0..d109470b 100644 --- a/manpages/taler-wallet-cli.1.rst +++ b/manpages/taler-wallet-cli.1.rst @@ -21,7 +21,7 @@ Synopsis Description =========== -**taler-wallet-cli** is a command line tool to be used by developers +**taler-wallet-cli** is a command-line tool to be used by developers for testing. **-h** | **––help** -- cgit v1.2.3