root / pykota / trunk / man / zh_TW / pkturnkey.1 @ 2433

Revision 2433, 2.4 kB (checked in by jerome, 19 years ago)

I forgot to add pkturnkey's manpage to svn. It was incorrect anyway...

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2.TH PKTURNKEY "1" "septembre 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4pkturnkey \- page de manuel de pkturnkey 1.23alpha27_unofficial
5.SH DESCRIPTION
6pkturnkey v1.23alpha27_unofficial (c) 2003, 2004, 2005 Jerome Alet \- alet@librelogiciel.com
7.PP
8A turn key tool for PyKota. When launched, this command will initialize
9PyKota's database with all existing print queues and some or all users.
10For now, no prices or limits are set, so printing is fully accounted
11for, but not limited.
12.PP
13command line usage :
14.IP
15pkturnkey [options]
16.PP
17options :
18.TP
19\fB\-v\fR | \fB\-\-version\fR
20Prints pkturnkey version number then exits.
21.TP
22\fB\-h\fR | \fB\-\-help\fR
23Prints this message then exits.
24.TP
25\fB\-f\fR | \fB\-\-force\fR
26Modifies the database instead of printing what
27it would do.
28.TP
29\fB\-u\fR | \fB\-\-uidmin\fR uid
30Only adds users whose uid is greater than or equal to
31uid. You can pass an username there as well, and its
32uid will be used automatically.
33If not set, 0 will be used automatically.
34.TP
35\fB\-U\fR | \fB\-\-uidmax\fR uid
36Only adds users whose uid is lesser than or equal to
37uid. You can pass an username there as well, and its
38uid will be used automatically.
39If not set, a large value will be used automatically.
40.PP
41examples :
42.IP
43\f(CW$ pkturnkey --uidmin jerome\fR
44.IP
45Will simulate the initialization of PyKota's database will all existing
46printers and print accounts for all users whose uid is greater than
47or equal to jerome's one.
48To REALLY initialize the database instead of simulating it, please
49use the \fB\-f\fR | \fB\-\-force\fR command line switch.
50.PP
51This program is free software; you can redistribute it and/or modify
52it under the terms of the GNU General Public License as published by
53the Free Software Foundation; either version 2 of the License, or
54(at your option) any later version.
55.PP
56This program is distributed in the hope that it will be useful,
57but WITHOUT ANY WARRANTY; without even the implied warranty of
58MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
59GNU General Public License for more details.
60.PP
61You should have received a copy of the GNU General Public License
62along with this program; if not, write to the Free Software
63Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110\-1301, USA.
64.PP
65Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.