diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-01-13 14:44:51 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-01-13 14:44:51 +0100 |
commit | 0bfb5b25091a1cbdd9911ae124ae6da35cd2b916 (patch) | |
tree | 8a5dddf4b02916bf2d177002acb5514d88e4e64b /doc/taler-exchange-httpd.1 | |
parent | c631ae1b600add2ff229102d63870199043feb53 (diff) |
Add option to initialized db, fixes 4858
Additionally remove the TESTRUN option, since the name is confusing and
doesn't match the original semantics (temp tables).
Test cases should now invoke the exchange httpd with the "-i" option.
Diffstat (limited to 'doc/taler-exchange-httpd.1')
-rw-r--r-- | doc/taler-exchange-httpd.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/taler-exchange-httpd.1 b/doc/taler-exchange-httpd.1 index 2f0c37f6a..a02619d16 100644 --- a/doc/taler-exchange-httpd.1 +++ b/doc/taler-exchange-httpd.1 @@ -22,6 +22,9 @@ Use the configuration and other resources for the exchange to operate from DIRNA .IP "\-h, \-\-help" Print short help on options. .B +.IP "\-i, \-\-init-db" +Initialize the database by creating tables and indices if necessary. +.B .IP "\-v, \-\-version" Print version information. .B |