summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-dbinit.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-exchange-dbinit.1.rst')
-rw-r--r--manpages/taler-exchange-dbinit.1.rst26
1 files changed, 13 insertions, 13 deletions
diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst
index e2a5d4c9..e91cafcb 100644
--- a/manpages/taler-exchange-dbinit.1.rst
+++ b/manpages/taler-exchange-dbinit.1.rst
@@ -13,13 +13,13 @@ Synopsis
========
**taler-exchange-dbinit**
-[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
-[**-g** | **––gc**]
-[**-h** | **––help**]
-[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
-[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
-[**-r** | **––reset**]
-[**-v** | **––version**]
+[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
+[**-g** | **--gc**]
+[**-h** | **--help**]
+[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-r** | **--reset**]
+[**-v** | **--version**]
Description
===========
@@ -30,25 +30,25 @@ Taler exchange to operate.
Its options are as follows:
-**-c** *FILENAME* \| **––config=**\ ‌\ *FILENAME*
+**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
Use the configuration and other resources for the exchange to operate
from *FILENAME*.
-**-g** \| **––gc**
+**-g** \| **--gc**
Garbage collect database. Deletes all unnecessary data in the
database.
-**-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``.
-**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME*
+**-l** *FILENAME* \| **--logfile=**\ ‌\ *FILENAME*
Send logging output to *FILENAME*.
-**-r** \| **––reset**
+**-r** \| **--reset**
Drop tables. Dangerous, will delete all existing data in the database
before creating the tables.