chiark / gitweb /
clients/, disobedience/: Add `-u' option to override user config file.
[disorder] / doc / disobedience.1.in
1 .\"
2 .\" Copyright (C) 2004-2009 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 disobedience 1
18 .SH NAME
19 disobedience \- GUI client for DisOrder jukebox
20 .SH SYNOPSIS
21 .B disobedience
22 .RI [ OPTIONS ]
23 .SH DESCRIPTION
24 .B disobedience
25 is a graphical client for DisOrder.
26 .PP
27 Please refer to Disobedience's HTML manual for further information.  This can
28 be found at dochtmldir/index.html.
29 .SH OPTIONS
30 .TP
31 .B \-\-config \fIPATH\fR, \fB\-c \fIPATH
32 Set the configuration file.
33 The default is
34 given by the
35 .B DISORDER_CONFIG
36 environment variable, defaulting to
37 .IR pkgconfdir/config .
38 .TP
39 .B \-\-user-config \fIPATH\fR, \fB\-u \fIPATH
40 Set the user configuration file.
41 THe default is given by the
42 .B DISORDER_USERCONFIG
43 environment variable, defaulting to
44 .IR $HOME/.disorder/passwd .
45 .TP
46 .B \-\-debug\fR, \fB\-d
47 Enable debugging.
48 .TP
49 .B \-\-help\fR, \fB\-h
50 Display a usage message.
51 .TP
52 .B \-\-version\fR, \fB\-V
53 Display version number.
54 .SS "GTK+ Options"
55 Additional options are supported by the GTK+ library.
56 Refer to GTK+ documentation for further information.
57 Under X11 they include:
58 .TP
59 .B \-\-display \fIDISPLAY\fR
60 The X display to use.
61 .TP
62 .B \-\-screen \fISCREEN\fR
63 The screen number to use.
64 .\" If know enough to use it you know enough to find it
65 .\" .TP
66 .\" .B \-\-sync
67 .\" Make all X requests synchronously.
68 .SH "SEE ALSO"
69 .BR disorder\-playrtp (1),
70 .BR disorder_config (5)
71 .PP
72 .B http://www.greenend.org.uk/rjk/disorder/
73 .br
74 - DisOrder home page
75 .PP
76 .B http://www.gtk.org/api/2.6/gtk/gtk\-x11.html
77 .br
78 - Using GTK+ on the X Window System
79 .\" Local Variables:
80 .\" mode:nroff
81 .\" fill-column:79
82 .\" End: