diff options
Diffstat (limited to 'doc/taler-exchange-dbinit.1')
-rw-r--r-- | doc/taler-exchange-dbinit.1 | 47 |
1 files changed, 0 insertions, 47 deletions
diff --git a/doc/taler-exchange-dbinit.1 b/doc/taler-exchange-dbinit.1 deleted file mode 100644 index c534b01e7..000000000 --- a/doc/taler-exchange-dbinit.1 +++ /dev/null | |||
@@ -1,47 +0,0 @@ | |||
1 | .Dd May 31, 2016 | ||
2 | .Dt TALER-EXCHANGE-DBINIT 1 | ||
3 | .Os | ||
4 | .Sh NAME | ||
5 | .Nm taler-exchange-dbinit | ||
6 | .Nd Initialize Taler exchange database. | ||
7 | .Sh SYNOPSIS | ||
8 | .Nm | ||
9 | .Op Fl d Ar DIRNAME | Fl -exchange-dir= Ns Ar DIRNAME | ||
10 | .Op Fl h | -help | ||
11 | .Op Fl g | -gc | ||
12 | .Op Fl r | -reset | ||
13 | .Op Fl v | -version | ||
14 | .Sh DESCRIPTION | ||
15 | .Nm | ||
16 | is a command line tool to initialize the Taler exchange database. | ||
17 | It creates the necessary tables and indices for the Taler exchange | ||
18 | to operate. | ||
19 | .Pp | ||
20 | Its options are as follows: | ||
21 | .Bl -tag -width indent | ||
22 | .It Fl d Ar DIRNAME | Fl -exchange-dir= Ns Ar DIRNAME | ||
23 | Use the configuration and other resources for the exchange to | ||
24 | operate from | ||
25 | .Ar DIRNAME . | ||
26 | .It Fl h | -help | ||
27 | Print short help on options. | ||
28 | .It Fl g | -gc | ||
29 | Garbage collect database. | ||
30 | Deletes all unnecessary data in the database. | ||
31 | .It Fl r | -reset | ||
32 | Drop tables. | ||
33 | Dangerous, will delete all existing data in the database before | ||
34 | creating the tables. | ||
35 | .It Fl v | -version | ||
36 | Print version information. | ||
37 | .El | ||
38 | .Sh SEE ALSO | ||
39 | .Xr taler-exchange-httpd 1 , | ||
40 | .Xr taler-exchange-keyup 1 , | ||
41 | .Xr taler-exchange-reservemod 1 , | ||
42 | .Xr taler.conf 5 . | ||
43 | .Sh BUGS | ||
44 | Report bugs by using | ||
45 | .Lk https://bugs.gnunet.org | ||
46 | or by sending electronic mail to | ||
47 | .Aq Mt taler@gnu.org . | ||