summaryrefslogtreecommitdiff
path: root/manpages/taler-auditor-dbinit.1.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 01:48:14 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2020-11-28 01:48:14 -0500
commit1fec02ab17dca6eb7533e16ff3f74296fb9282cf (patch)
tree28329373667d1b88741cb203346035c460a93e6b /manpages/taler-auditor-dbinit.1.rst
parent413de5fb89a417fc1e8488a1d55139493d3dfc6d (diff)
downloaddocs-1fec02ab17dca6eb7533e16ff3f74296fb9282cf.tar.gz
docs-1fec02ab17dca6eb7533e16ff3f74296fb9282cf.tar.bz2
docs-1fec02ab17dca6eb7533e16ff3f74296fb9282cf.zip
show double-hyphens in taler-auditor-dbinit(1)
Diffstat (limited to 'manpages/taler-auditor-dbinit.1.rst')
-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