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

Revision 1167, 2.5 kB (checked in by jalet, 21 years ago)

Manpages updated

  • 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.33.
2.TH REPYKOTA "1" "October 2003" "C@LL - Conseil Internet & Logiciels Libres" "PyKota Print Quota for CUPS and LPRng"
3.SH NAME
4repykota \- manual page for repykota 1.15_unofficial
5.SH DESCRIPTION
6repykota v1.15_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.
34You can specify several names or wildcards,
35by separating them with commas.
36.PP
37examples :
38.IP
39\f(CW$ repykota --printer lp\fR
40.IP
41This will print the quota status for all users who use the lp printer.
42.IP
43\f(CW$ repykota\fR
44.IP
45This will print the quota status for all users on all printers.
46.IP
47\f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR
48.IP
49This will print the quota status for user jerome and all users
50whose name begins with "jo" on all printers which name begins
51with "laser" or ends with "pson".
52.IP
53If launched by a non-root user, additionnal arguments representing
54users or groups names are ignored, and only the current user/group
55is reported.
56.PP
57This program is free software; you can redistribute it and/or modify
58it under the terms of the GNU General Public License as published by
59the Free Software Foundation; either version 2 of the License, or
60(at your option) any later version.
61.PP
62This program is distributed in the hope that it will be useful,
63but WITHOUT ANY WARRANTY; without even the implied warranty of
64MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
65GNU General Public License for more details.
66.PP
67You should have received a copy of the GNU General Public License
68along with this program; if not, write to the Free Software
69Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307, USA.
70.PP
71Please e-mail bugs to: Jerome Alet - alet@librelogiciel.com
72.SH "SEE ALSO"
73The full documentation for
74.B repykota
75is maintained as a Texinfo manual.  If the
76.B info
77and
78.B repykota
79programs are properly installed at your site, the command
80.IP
81.B info repykota
82.PP
83should give you access to the complete manual.
Note: See TracBrowser for help on using the browser.