[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] 02/02: taler-exchange-dbinit(1): reorder opts
From: |
gnunet |
Subject: |
[taler-docs] 02/02: taler-exchange-dbinit(1): reorder opts |
Date: |
Fri, 08 Jan 2021 02:52:12 +0100 |
This is an automated email from the git hooks/post-receive script.
ttn pushed a commit to branch master
in repository docs.
commit d273a2efdf8a3c954a4e62bb2c4fb3bc5352214c
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
AuthorDate: Thu Jan 7 20:49:58 2021 -0500
taler-exchange-dbinit(1): reorder opts
---
manpages/taler-exchange-dbinit.1.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/manpages/taler-exchange-dbinit.1.rst
b/manpages/taler-exchange-dbinit.1.rst
index c1fdf34..914c376 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``.
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.