Revision 1406, 1.6 kB
(checked in by jalet, 21 years ago)
|
Improved documentation
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
Line | |
---|
1 | <!-- $Id$ --> |
---|
2 | |
---|
3 | <chapter> |
---|
4 | <title>Manage printers with pkprinters</title> |
---|
5 | <para>Last modified on $Date$</para> |
---|
6 | |
---|
7 | <para> |
---|
8 | <filename>pkprinters</filename> is now the preferred tool to manage printers in <application>PyKota</application>. |
---|
9 | It only manages printers, and do it well. With it you can add or delete printers or printer groups, or modify |
---|
10 | existing printers or printers groups. This is also the tool to use to put printers into one or more printers groups. |
---|
11 | </para> |
---|
12 | |
---|
13 | <sect1> |
---|
14 | <title>Reference</title> |
---|
15 | <para> |
---|
16 | <cmdsynopsis> |
---|
17 | <command>pkprinters</command> |
---|
18 | <group choice="opt"><arg>-v</arg><arg>--version</arg></group> |
---|
19 | <group choice="opt"><arg>-h</arg><arg>--help</arg></group> |
---|
20 | <group choice="opt"><arg>-a</arg><arg>--add</arg></group> |
---|
21 | <group choice="opt"><arg>-d</arg><arg>--delete</arg></group> |
---|
22 | <group choice="opt"><arg>-r</arg><arg>--remove</arg></group> |
---|
23 | <group choice="opt"> |
---|
24 | <arg>-c <replaceable>p</replaceable>,<replaceable>j</replaceable></arg> |
---|
25 | <arg>--charge <replaceable>p</replaceable>,<replaceable>j</replaceable></arg> |
---|
26 | </group> |
---|
27 | <group choice="opt"> |
---|
28 | <arg>-g <replaceable>pgroup1</replaceable>,<replaceable>pgroup2</replaceable>,<replaceable>...</replaceable></arg> |
---|
29 | <arg>--groups <replaceable>pgroup1</replaceable>,<replaceable>pgroup2</replaceable>,<replaceable>...</replaceable></arg> |
---|
30 | </group> |
---|
31 | </cmdsynopsis> |
---|
32 | </para> |
---|
33 | </sect1> |
---|
34 | </chapter> |
---|
35 | |
---|
36 | <!-- |
---|
37 | |
---|
38 | $Log$ |
---|
39 | Revision 1.1 2004/03/16 14:42:31 jalet |
---|
40 | Improved documentation |
---|
41 | |
---|
42 | |
---|
43 | --> |
---|