diff options
author | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-07 21:13:25 -0500 |
---|---|---|
committer | Thien-Thi Nguyen <ttn@gnuvola.org> | 2021-01-07 21:13:25 -0500 |
commit | 50596028f928ca571b4b5380eea262608e2197dd (patch) | |
tree | ec9a53cf712d2d9050d7a91d97f5eba6a0803b42 | |
parent | f8589ac3be114342d605b1ba80307988358d5a7e (diff) | |
download | docs-50596028f928ca571b4b5380eea262608e2197dd.tar.gz docs-50596028f928ca571b4b5380eea262608e2197dd.tar.bz2 docs-50596028f928ca571b4b5380eea262608e2197dd.zip |
taler-auditor-dbinit(1): reorder opts
-rw-r--r-- | manpages/taler-auditor-dbinit.1.rst | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manpages/taler-auditor-dbinit.1.rst b/manpages/taler-auditor-dbinit.1.rst index 34159dc..a6b6e07 100644 --- a/manpages/taler-auditor-dbinit.1.rst +++ b/manpages/taler-auditor-dbinit.1.rst @@ -13,8 +13,8 @@ Synopsis ======== **taler-auditor-dbinit** -[**-h** | **––help**] [**-g** | **––gc**] +[**-h** | **––help**] [**-R** | **––reset**] [**-r** | **––restart**] [**-v** | **––version**] @@ -32,13 +32,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. + **-R** \| **––reset** Drop tables. Dangerous, will delete all existing data in the database. |