chiark / gitweb /
Use a local implementation of strptime() instead of broken OS ones
[disorder] / doc / disorder-rescan.8.in
... / ...
CommitLineData
1.\"
2.\" Copyright (C) 2005, 2007, 2008 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 3 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,
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.\"
14.\" You should have received a copy of the GNU General Public License
15.\" along with this program. If not, see <http://www.gnu.org/licenses/>.
16.\"
17.TH disorder-rescan 8
18.SH NAME
19disorder-rescan \- DisOrder rescanner
20.SH SYNOPSIS
21.B disorder\-rescan
22.RI [ OPTIONS ]
23.RI [ PATH ...]
24.SH DESCRIPTION
25.B disorder\-rescan
26is DisOrder's database rescanner.
27It is invoked by DisOrder when necessary and does not need to be
28invoked manually.
29.SH OPTIONS
30.TP
31.B \-\-config \fIPATH\fR, \fB\-c \fIPATH
32Set the configuration file.
33.TP
34.B \-\-debug\fR, \fB\-d
35Enable debugging.
36.TP
37.B \-\-syslog
38Log to syslog.
39This is the default if stderr is not a terminal.
40.TP
41.B \-\-no\-syslog
42Do not log to syslog.
43This is the default if stderr is a terminal.
44.TP
45.B \-\-help\fR, \fB\-h
46Display a usage message.
47.TP
48.B \-\-version\fR, \fB\-V
49Display version number.
50.SH "SEE ALSO"
51\fBdisorderd\fR(8), \fBdisorder_config\fR(5)
52.\" Local Variables:
53.\" mode:nroff
54.\" End: