blob: 08f608de50b033d9019f8368a90b9868d08457a3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
.TH icestormdb 1
.SH NAME
icestormdb - The IceStorm database import/export utility.
.SH SYNOPSIS
icestormb [options]
.SH DESCRIPTION
The icestormdb utility is a command-line tool for importing and exporting IceStorm
databases.
.SH OPTIONS
.TP
.BR \-h ", " \-\-help\fR
.br
Show program help.
.TP
.BR \-v ", " \-\-version\fR
.br
Display the Ice version.
.TP
.BR \-d ", " \-\-debug\fR
.br
Print debug messages.
.TP
.BR \-\-import " " FILE\fR
.br
Import database from specifed file.
.TP
.BR \-\-export " " FILE\fR
.br
Export database to specified file.
.TP
.BR \-\-dbhome " " DIR\fR
.br
The database directory.
.SH SEE ALSO
.BR icestormadmin (1)
|