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

Revision 3550, 2.4 kB (checked in by jerome, 14 years ago)

Updated manual pages.

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.38.2.
2.TH REPYKOTA "1" "août 2010" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4repykota \- page de manuel de repykota (PyKota) 1.27alpha13_unofficial
5.SH SYNOPSIS
6.B repykota
7[\fIoptions\fR] [\fIusernames|groupnames\fR]
8.SH DESCRIPTION
9Minimalist print accounting reports for PyKota. If not launched by a PyKota
10administrator, additionnal arguments representing users or groups names are
11ignored, limiting the scope of the reports to the current user.
12.SH OPTIONS
13.TP
14\fB\-h\fR, \fB\-\-help\fR
15show this help message and exit.
16.TP
17\fB\-v\fR, \fB\-\-version\fR
18show the version number and exit.
19.TP
20\fB\-A\fR ARGUMENTSFILE, \fB\-\-arguments\fR=\fIARGUMENTSFILE\fR
21loads additional options and arguments from a file,
22one per line.
23.TP
24\fB\-g\fR, \fB\-\-groups\fR
25Generate group print quota reports instead of user
26print quota reports.
27.TP
28\fB\-i\fR INGROUPS, \fB\-\-ingroups\fR=\fIINGROUPS\fR
29Only report users who are members of the specified
30groups. This option is reserved to PyKota
31administrators.
32.TP
33\fB\-P\fR PRINTER, \fB\-\-printer\fR=\fIPRINTER\fR
34Acts on this printer only. You can specify several
35printer names by separating them with commas. The
36default value is '*', which means all printers.
37.SS "examples:"
38.IP
39repykota
40This would generate a report for all users on all printers.
41.IP
42repykota \fB\-\-printer\fR HP2100
43This would generate a report for all users who print to printer 'HP2100'.
44.IP
45repykota \fB\-\-printer\fR "laser*,*pson" jerome "jo*"
46This would generate a report for all users named 'jerome' or whose name
47begins with 'jo', on all printers which name begins with 'laser' or ends
48with 'pson'.
49.SS "licensing terms:"
50.IP
51(c) 2003\-2010 Jerome Alet \- alet@librelogiciel.com
52This program is free software: you can redistribute it and/or modify it
53under the terms of the GNU General Public License as published by the Free
54Software Foundation, either version 3 of the License, or (at your option)
55any later version.
56.IP
57This program is distributed in the hope that it will be useful, but
58WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
59or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
60for more details.
61.IP
62You should have received a copy of the GNU General Public License along
63with this program.  If not, see <http://www.gnu.org/licenses/>.
Note: See TracBrowser for help on using the browser.