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

Revision 2139, 2.3 kB (checked in by jerome, 19 years ago)

Added the Log keyword property

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision Log
RevLine 
[2086]1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.35.
2.TH REPYKOTA "1" "February 2005" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
[837]3.SH NAME
[2088]4repykota \- manual page for repykota 1.21beta_unofficial
[837]5.SH DESCRIPTION
[2088]6repykota v1.21beta_unofficial (c) 2003, 2004, 2005 C@LL \- Conseil Internet & Logiciels Libres
[837]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.
[1167]34You can specify several names or wildcards,
35by separating them with commas.
[837]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.
[1052]46.IP
[1167]47\f(CW$ repykota --printer "laser*,*pson" jerome "jo*"\fR
[1052]48.IP
49This will print the quota status for user jerome and all users
[1167]50whose name begins with "jo" on all printers which name begins
51with "laser" or ends with "pson".
[1052]52.IP
[1784]53If launched by an user who is not a PyKota administrator, additionnal
54arguments representing users or groups names are ignored, and only the
55current user/group is reported.
[837]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
[2086]69Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111\-1307, USA.
[837]70.PP
[2086]71Please e\-mail bugs to: Jerome Alet \- alet@librelogiciel.com
Note: See TracBrowser for help on using the browser.