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.rst20
1 files changed, 15 insertions, 5 deletions
diff --git a/manpages/taler-auditor-dbinit.1.rst b/manpages/taler-auditor-dbinit.1.rst
index 34159dcb..44d7aeb0 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**]
+[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
[**-g** | **––gc**]
+[**-h** | **––help**]
+[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
+[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
[**-R** | **––reset**]
[**-r** | **––restart**]
[**-v** | **––version**]
@@ -22,7 +25,7 @@ Synopsis
Description
===========
-**taler-exchange-dbinit** is a command line tool to initialize the Taler
+**taler-exchange-dbinit** is a command-line tool to initialize the Taler
exchange database. It creates the necessary tables and indices for the
Taler exchange to operate.
@@ -32,13 +35,20 @@ Its options are as follows:
Use the configuration and other resources for the exchange to operate
from *FILENAME*.
-**-h** \| **––help**
- Print short help on options.
-
**-g** \| **––gc**
Garbage collect database. Deletes all unnecessary data in the
database.
+**-h** \| **––help**
+ Print short help on options.
+
+**-L** *LOGLEVEL* \| **––loglevel=**\ ‌\ *LOGLEVEL*
+ Specifies the log level to use. Accepted values are: ``DEBUG``, ``INFO``,
+ ``WARNING``, ``ERROR``.
+
+**-l** *FILENAME* \| **––logfile=**\ ‌\ *FILENAME*
+ Send logging output to *FILENAME*.
+
**-R** \| **––reset**
Drop tables. Dangerous, will delete all existing data in the database.