summaryrefslogtreecommitdiff
path: root/manpages/taler-auditor-sync.1.rst
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-07-26 17:21:33 +0200
committerFlorian Dold <florian@dold.me>2021-07-26 17:21:33 +0200
commited373fe3d98cd249ddd65d631bd6007a1ce94fde (patch)
tree357bbea779594d7fcd017aff1620bd8dbf9f4a68 /manpages/taler-auditor-sync.1.rst
parent927565e7798ba07841c661e452348e8879a2fe93 (diff)
downloaddocs-ed373fe3d98cd249ddd65d631bd6007a1ce94fde.tar.gz
docs-ed373fe3d98cd249ddd65d631bd6007a1ce94fde.tar.bz2
docs-ed373fe3d98cd249ddd65d631bd6007a1ce94fde.zip
do not use unicode double dashes
Diffstat (limited to 'manpages/taler-auditor-sync.1.rst')
-rw-r--r--manpages/taler-auditor-sync.1.rst28
1 files changed, 14 insertions, 14 deletions
diff --git a/manpages/taler-auditor-sync.1.rst b/manpages/taler-auditor-sync.1.rst
index d23624e3..abd7db2d 100644
--- a/manpages/taler-auditor-sync.1.rst
+++ b/manpages/taler-auditor-sync.1.rst
@@ -13,13 +13,13 @@ Synopsis
========
**taler-auditor-sync**
-[**-s** *FILENAME* | **––source-configuration=**\ ‌\ *FILENAME*]
-[**-d** *FILENAME* | **––destination-configuration=**\ ‌\ *FILENAME*]
-[**-h** | **––help**]
-[**-b** *SIZE* | **––batch=**\ ‌\ *SIZE*]
-[**-t** | **––terminate-when-synchronized**]
-[**-v** | **––version**]
-[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
+[**-s** *FILENAME* | **--source-configuration=**\ ‌\ *FILENAME*]
+[**-d** *FILENAME* | **--destination-configuration=**\ ‌\ *FILENAME*]
+[**-h** | **--help**]
+[**-b** *SIZE* | **--batch=**\ ‌\ *SIZE*]
+[**-t** | **--terminate-when-synchronized**]
+[**-v** | **--version**]
+[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
Description
===========
@@ -34,31 +34,31 @@ and instead halt with an error.
Its options are as follows:
-**-s** *FILENAME* \| **––source-configuration=**\ ‌\ *FILENAME*
+**-s** *FILENAME* \| **--source-configuration=**\ ‌\ *FILENAME*
Use the configuration in *FILENAME* to access the original (source) exchange
database to copy records from.
-**-d** *FILENAME* \| **––destination-configuration=**\ ‌\ *FILENAME*
+**-d** *FILENAME* \| **--destination-configuration=**\ ‌\ *FILENAME*
Use the configuration in *FILENAME* to access the target (destination) exchange
database to copy records to.
-**-t** \| **––terminate-when-synchronized**
+**-t** \| **--terminate-when-synchronized**
The program should exit once the two databases are in sync, instead of continuously
copying more records when the source database is updated.
-**-h** \| **––help**
+**-h** \| **--help**
Print short help on options.
-**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL*
+**-L** *LOGLEVEL* \| **--loglevel=**\ ‌\ *LOGLEVEL*
Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
``WARNING``, ``ERROR``.
-**-b** *SIZE* \| **––batch=**\ ‌\ *SIZE*
+**-b** *SIZE* \| **--batch=**\ ‌\ *SIZE*
Target number of records to copy in one transaction. Once the databases are
in sync, the batch size is used to determine how long the process sleeps before
trying to again synchronize the two databases. Not useful if **-t** is used.
-**-v** \| **––version**
+**-v** \| **--version**
Print version information.
See Also