root / pykota / trunk / man / pl / pkbcodes.1 @ 3485

Revision 3485, 2.3 kB (checked in by jerome, 15 years ago)

Updated manual pages.

Line 
1.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.36.
2.TH PKBCODES "1" "janvier 2009" "C@LL - Conseil Internet & Logiciels Libres" "User Commands"
3.SH NOM
4pkbcodes \- page de manuel de pkbcodes (PyKota) 1.27alpha7_unofficial
5.SH SYNOPSIS
6.B pkbcodes
7[\fIoptions\fR] \fIcode1 code2 \fR... \fIcodeN\fR
8.SH DESCRIPTION
9A billing codes manager for PyKota.
10.SH OPTIONS
11.TP
12\fB\-h\fR, \fB\-\-help\fR
13show this help message and exit.
14.TP
15\fB\-v\fR, \fB\-\-version\fR
16show the version number and exit.
17.TP
18\fB\-A\fR ARGUMENTSFILE, \fB\-\-arguments\fR=\fIARGUMENTSFILE\fR
19loads additional options and arguments from a file,
20one per line.
21.TP
22\fB\-a\fR, \fB\-\-add\fR
23Add new, or modify existing, billing codes.
24.TP
25\fB\-d\fR, \fB\-\-delete\fR
26Deletes billing codes. Matching entries in the
27printing history are not deleted, on purpose.
28.TP
29\fB\-D\fR DESCRIPTION, \fB\-\-description\fR=\fIDESCRIPTION\fR
30Set a textual description for the specified billing
31codes.
32.TP
33\fB\-l\fR, \fB\-\-list\fR
34Display detailed informations about the specified
35billing codes.
36.TP
37\fB\-r\fR, \fB\-\-reset\fR
38Reset the page count and amount spent for the
39specified billing codes.
40.TP
41\fB\-s\fR, \fB\-\-skipexisting\fR
42If \fB\-\-add\fR is used, ensure that existing billing codes
43won't be modified.
44.SS "examples:"
45.IP
46pkbcodes \fB\-D\fR "Financial Department" financial
47Would create a billing code labelled 'financial' with the specified
48textual description.
49.IP
50pkbcodes \fB\-\-delete\fR "fin*"
51Would delete all billing codes which label begins with 'fin'. Matching
52jobs in the printing history wouldn't be deleted though.
53.IP
54pkbcodes \fB\-\-list\fR
55Would display details about all existing billing codes.
56.SS "licensing terms:"
57.IP
58(c) 2003\-2009 Jerome Alet \- alet@librelogiciel.com
59This program is free software: you can redistribute it and/or modify it
60under the terms of the GNU General Public License as published by the Free
61Software Foundation, either version 3 of the License, or (at your option)
62any later version.
63.IP
64This program is distributed in the hope that it will be useful, but
65WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY
66or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
67for more details.
68.IP
69You should have received a copy of the GNU General Public License along
70with this program.  If not, see <http://www.gnu.org/licenses/>.
Note: See TracBrowser for help on using the browser.