summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-dbinit.1.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 20:49:58 -0500
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-01-07 20:49:58 -0500
commitd273a2efdf8a3c954a4e62bb2c4fb3bc5352214c (patch)
tree767ebe5a313294944134c286d808cd0a95de936f /manpages/taler-exchange-dbinit.1.rst
parent6e4ceb088a7f00e977abf74c7aa991d2d41b046a (diff)
downloaddocs-d273a2efdf8a3c954a4e62bb2c4fb3bc5352214c.tar.gz
docs-d273a2efdf8a3c954a4e62bb2c4fb3bc5352214c.tar.bz2
docs-d273a2efdf8a3c954a4e62bb2c4fb3bc5352214c.zip
taler-exchange-dbinit(1): reorder opts
Diffstat (limited to 'manpages/taler-exchange-dbinit.1.rst')
-rw-r--r--manpages/taler-exchange-dbinit.1.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst
index c1fdf344..914c376c 100644
--- a/manpages/taler-exchange-dbinit.1.rst
+++ b/manpages/taler-exchange-dbinit.1.rst
@@ -14,8 +14,8 @@ Synopsis
**taler-exchange-dbinit**
[**-c** *FILENAME* | **––config=**\ ‌\ *FILENAME*]
-[**-h** | **––help**]
[**-g** | **––gc**]
+[**-h** | **––help**]
[**-L** *LOGLEVEL* | **––loglevel=**\ ‌\ *LOGLEVEL*]
[**-l** *FILENAME* | **––logfile=**\ ‌\ *FILENAME*]
[**-r** | **––reset**]
@@ -34,13 +34,13 @@ 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``.