summaryrefslogtreecommitdiff
path: root/manpages/taler-auditor-dbinit.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-auditor-dbinit.1.rst')
-rw-r--r--manpages/taler-auditor-dbinit.1.rst32
1 files changed, 16 insertions, 16 deletions
diff --git a/manpages/taler-auditor-dbinit.1.rst b/manpages/taler-auditor-dbinit.1.rst
index 44d7aeb0..81c664be 100644
--- a/manpages/taler-auditor-dbinit.1.rst
+++ b/manpages/taler-auditor-dbinit.1.rst
@@ -13,14 +13,14 @@ Synopsis
========
**taler-auditor-dbinit**
-[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
-[**-g** | **––gc**]
-[**-h** | **––help**]
-[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
-[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
-[**-R** | **––reset**]
-[**-r** | **––restart**]
-[**-v** | **––version**]
+[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
+[**-g** | **--gc**]
+[**-h** | **--help**]
+[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
+[**-R** | **--reset**]
+[**-r** | **--restart**]
+[**-v** | **--version**]
Description
===========
@@ -31,32 +31,32 @@ 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.
-**-r** \| **––restart**
+**-r** \| **--restart**
Restart all auditors from the beginning. Useful for
testing.
-**-v** \| **––version**
+**-v** \| **--version**
Print version information.
See Also