chiark / gitweb /
merge disorder.unicode branch
[disorder] / doc / disorder-dbupgrade.8.in
CommitLineData
3dc3d7db
RK
1.\"
2.\" Copyright (C) 2007 Richard Kettlewell
3.\"
4.\" This program is free software; you can redistribute it and/or modify
5.\" it under the terms of the GNU General Public License as published by
6.\" the Free Software Foundation; either version 2 of the License, or
7.\" (at your option) any later version.
8.\"
9.\" This program is distributed in the hope that it will be useful, but
10.\" WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12.\" General Public License for more details.
13.\"
14.\" You should have received a copy of the GNU General Public License
15.\" along with this program; if not, write to the Free Software
16.\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
17.\" USA
18.\"
19.TH disorder-dbupgrade 8
20.SH NAME
21disorder-dbupgrade \- DisOrder Database Upgrader
22.SH SYNOPSIS
23.B disorder-dbupgrade
24.RI [ OPTIONS ]
25.RI [ PATH ...]
26.SH DESCRIPTION
27.B disorder-dbupgrade
28is DisOrder's database upgrader. It is invoked by DisOrder when
29necessary and does not need to be invoked manually.
30.SH OPTIONS
31.TP
de3bd7ad 32.B --delete-bad-keys\fR, -x
33If invalid keys are found in the database then delete them. See
34.B "INVALID KEYS"
35below.
36.TP
37.B --fail-bad-keys\fR, -X
38If invalid keys are found in the database then fail. See
39.B "INVALID KEYS"
40below.
41.TP
3dc3d7db
RK
42.B --config \fIPATH\fR, \fB-c \fIPATH
43Set the configuration file.
44.TP
45.B --debug\fR, \fB-d
46Enable debugging.
47.TP
48.B --help\fR, \fB-h
49Display a usage message.
50.TP
51.B --version\fR, \fB-V
52Display version number.
de3bd7ad 53.SH "INVALID KEYS"
54An invalid key is one that is not valid UTF-8 or cannot be converted
55to NFC for some reason. By default a warning message is issued and
56they are left in the database (if doing so will not compromise its
57integrity). The
58.B -x
59option can be used to delete them if they are known to be harmles.
3dc3d7db
RK
60.SH "SEE ALSO"
61\fBdisorderd\fR(8), \fBdisorder_config\fR(5)
62.\" Local Variables:
63.\" mode:nroff
64.\" End: