chiark / gitweb /
Use a local implementation of strptime() instead of broken OS ones
[disorder] / doc / disorder-rescan.8.in
CommitLineData
460b9539 1.\"
5aff007d 2.\" Copyright (C) 2005, 2007, 2008 Richard Kettlewell
460b9539 3.\"
e7eb3a27 4.\" This program is free software: you can redistribute it and/or modify
460b9539 5.\" it under the terms of the GNU General Public License as published by
e7eb3a27 6.\" the Free Software Foundation, either version 3 of the License, or
460b9539 7.\" (at your option) any later version.
e7eb3a27
RK
8.\"
9.\" This program is distributed in the hope that it will be useful,
10.\" but WITHOUT ANY WARRANTY; without even the implied warranty of
11.\" MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12.\" GNU General Public License for more details.
13.\"
460b9539 14.\" You should have received a copy of the GNU General Public License
e7eb3a27 15.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
460b9539 16.\"
17.TH disorder-rescan 8
18.SH NAME
19disorder-rescan \- DisOrder rescanner
20.SH SYNOPSIS
0d350ff0 21.B disorder\-rescan
460b9539 22.RI [ OPTIONS ]
23.RI [ PATH ...]
24.SH DESCRIPTION
0d350ff0 25.B disorder\-rescan
c0c23a60
RK
26is DisOrder's database rescanner.
27It is invoked by DisOrder when necessary and does not need to be
28invoked manually.
460b9539 29.SH OPTIONS
30.TP
0d350ff0 31.B \-\-config \fIPATH\fR, \fB\-c \fIPATH
460b9539 32Set the configuration file.
33.TP
0d350ff0 34.B \-\-debug\fR, \fB\-d
460b9539 35Enable debugging.
36.TP
0d350ff0 37.B \-\-syslog
c0c23a60
RK
38Log to syslog.
39This is the default if stderr is not a terminal.
b6579a61 40.TP
0d350ff0 41.B \-\-no\-syslog
c0c23a60
RK
42Do not log to syslog.
43This is the default if stderr is a terminal.
b6579a61 44.TP
0d350ff0 45.B \-\-help\fR, \fB\-h
460b9539 46Display a usage message.
47.TP
0d350ff0 48.B \-\-version\fR, \fB\-V
460b9539 49Display version number.
50.SH "SEE ALSO"
51\fBdisorderd\fR(8), \fBdisorder_config\fR(5)
52.\" Local Variables:
53.\" mode:nroff
54.\" End: