root / pykota / trunk / man / repykota.1 @ 1109

Revision 1109, 2.2 kB (checked in by jalet, 21 years ago)

Updated version number

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.29.
2.TH REPYKOTA "1" "June 2003" "C@LL - Conseil Internet & Logiciels Libres" "PyKota Print Quota for CUPS and LPRng"
3.SH NAME
4repykota \- manual page for repykota 1.14_unofficial
5.SH DESCRIPTION
6repykota v1.14_unofficial (C) 2003 C@LL - Conseil Internet & Logiciels Libres
7.PP
8Generates print quota reports.
9.PP
10command line usage :
11.IP
12repykota [options]
13.PP
14options :
15.TP
16\fB\-v\fR | \fB\-\-version\fR
17Prints repykota's version number then exits.
18.TP
19\fB\-h\fR | \fB\-\-help\fR
20Prints this message then exits.
21.TP
22\fB\-u\fR | \fB\-\-users\fR
23Generates a report on users quota, this is
24the default.
25.TP
26\fB\-g\fR | \fB\-\-groups\fR
27Generates a report on group quota instead of users.
28.TP
29\fB\-P\fR | \fB\-\-printer\fR p
30Report quotas on this printer only. Actually p can
31use wildcards characters to select only
32some printers. The default value is *, meaning
33all printers.
34.PP
35examples :
36.IP
37\f(CW$ repykota --printer lp\fR
38.IP
39This will print the quota status for all users who use the lp printer.
40.IP
41\f(CW$ repykota\fR
42.IP
43This will print the quota status for all users on all printers.
44.IP
45\f(CW$ repykota --printer "laser*" jerome "jo*"\fR
46.IP
47This will print the quota status for user jerome and all users
48whose name begins with "jo" on all printers which name begin
49with "laser"
50.IP
51If launched by a non-root user, additionnal arguments representing
52users or groups names are ignored, and only the current user/group
53is reported.
54.PP
55This program is free software; you can redistribute it and/or modify
56it under the terms of the GNU General Public License as published by
57the Free Software Foundation; either version 2 of the License, or
58(at your option) any later version.
59.PP
60This program is distributed in the hope that it will be useful,
61but WITHOUT ANY WARRANTY; without even the implied warranty of
62MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
63GNU General Public License for more details.
64.PP
65You should have received a copy of the GNU General Public License
66along with this program; if not, write to the Free Software
67Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
68.PP
69Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.