summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--manpages/taler-auditor-dbinit.1.rst19
1 files changed, 11 insertions, 8 deletions
diff --git a/manpages/taler-auditor-dbinit.1.rst b/manpages/taler-auditor-dbinit.1.rst
index 48509012..34159dcb 100644
--- a/manpages/taler-auditor-dbinit.1.rst
+++ b/manpages/taler-auditor-dbinit.1.rst
@@ -13,8 +13,11 @@ Synopsis
========
**taler-auditor-dbinit**
-[**-h** | **–help**] [**-g** | **–gc**] [**-R** | **–reset**] [**-r** | **–restart**]
-[**-v** | **–version**]
+[**-h** | **––help**]
+[**-g** | **––gc**]
+[**-R** | **––reset**]
+[**-r** | **––restart**]
+[**-v** | **––version**]
Description
===========
@@ -25,25 +28,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*.
-**-h** \| **–help**
+**-h** \| **––help**
Print short help on options.
-**-g** \| **–gc**
+**-g** \| **––gc**
Garbage collect database. Deletes all unnecessary data in the
database.
-**-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