root / pykota / trunk / man / pl / repykota.1 @ 3259

Revision 3259, 2.5 kB (checked in by jerome, 16 years ago)

Began work on moving from GNU GPL v2 or later to GNU GPL v3 or later.
TODO : Also move command line tools and library.
TODO : Change documentation from SGML DocBook? to XML DocBook? to
TODO : accomodate the GNU GPL v3 text available in DocBook? XML
TODO : from www.gnu.org

RevLine 
[2808]1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
[3259]2.TH REPYKOTA "1" "novembre 2007" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
[2545]3.SH NOM
[3259]4repykota \- page de manuel de repykota 1.27alpha2_broken_unofficial
[2545]5.SH DESCRIPTION
[3259]6repykota v1.27alpha2_broken_unofficial (c) 2003, 2004, 2005, 2006, 2007 Jerome Alet \- alet@librelogiciel.com
[2545]7.PP
[3065]8Generates print quota reports.
[2545]9.PP
[3065]10command line usage :
[2545]11.IP
[3065]12repykota [options]
[2545]13.PP
[3065]14options :
[2545]15.TP
16\fB\-v\fR | \fB\-\-version\fR
[3065]17Prints repykota's version number then exits.
[2545]18.TP
19\fB\-h\fR | \fB\-\-help\fR
[3065]20Prints this message then exits.
[2545]21.TP
22\fB\-u\fR | \fB\-\-users\fR
[3065]23Generates a report on users quota, this is
24the default.
[2545]25.TP
26\fB\-g\fR | \fB\-\-groups\fR
[3065]27Generates a report on group quota instead of users.
[2545]28.TP
29\fB\-i\fR | \fB\-\-ingroups\fR g1[,g2...]
[3065]30Only lists users who are members of these
31groups. Reserved to PyKota Administrators.
[2545]32.TP
33\fB\-P\fR | \fB\-\-printer\fR p
[3065]34Report quotas on this printer only. Actually p can
35use wildcards characters to select only
36some printers. The default value is *, meaning
37all printers.
38You can specify several names or wildcards,
39by separating them with commas.
[2545]40.PP
[3065]41examples :
[2545]42.IP
43\f(CW$ repykota --printer lp\fR
44.IP
[3065]45This will print the quota status for all users who use the lp printer.
[2545]46.IP
47\f(CW$ repykota\fR
48.IP
[3065]49This will print the quota status for all users on all printers.
[2545]50.IP
51\f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR
52.IP
[3065]53This will print the quota status for user jerome and all users
54whose name begins with "jo" on all printers which name begins
55with "laser" or ends with "pson".
[2545]56.IP
[3065]57If launched by an user who is not a PyKota administrator, additionnal
58arguments representing users or groups names are ignored, and only the
59current user/group is reported.
[2545]60.PP
[3259]61(c) 2003, 2004, 2005, 2006, 2007 Jerome Alet <alet@librelogiciel.com>
62This program is free software: you can redistribute it and/or modify
[2545]63it under the terms of the GNU General Public License as published by
[3259]64the Free Software Foundation, either version 3 of the License, or
[2545]65(at your option) any later version.
66.PP
67This program is distributed in the hope that it will be useful,
68but WITHOUT ANY WARRANTY; without even the implied warranty of
69MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
70GNU General Public License for more details.
71.PP
72You should have received a copy of the GNU General Public License
[3259]73along with this program.  If not, see <http://www.gnu.org/licenses/>.
[2545]74.PP
[3065]75Please report bugs to : Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.