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"> |
---|
23 | <arg>-D <replaceable>desc</replaceable></arg> |
---|
24 | <arg>--description <replaceable>desc</replaceable></arg> |
---|
25 | </group> |
---|
26 | <group choice="opt"><arg>-r</arg><arg>--remove</arg></group> |
---|
27 | <group choice="opt"> |
---|
28 | <arg>-c <replaceable>p</replaceable>,<replaceable>j</replaceable></arg> |
---|
29 | <arg>--charge <replaceable>p</replaceable>,<replaceable>j</replaceable></arg> |
---|
30 | </group> |
---|
31 | <group choice="opt"> |
---|
32 | <arg>-g <replaceable>pgroup1</replaceable>,<replaceable>pgroup2</replaceable>,<replaceable>...</replaceable></arg> |
---|
33 | <arg>--groups <replaceable>pgroup1</replaceable>,<replaceable>pgroup2</replaceable>,<replaceable>...</replaceable></arg> |
---|
34 | </group> |
---|
35 | <group choice="opt"><arg>-l</arg><arg>--list</arg></group> |
---|
36 | <group choice="opt"><arg>-r</arg><arg>--remove</arg></group> |
---|
37 | <group choice="opt"><arg>-s</arg><arg>--skipexisting</arg></group> |
---|
38 | </cmdsynopsis> |
---|
39 | </para> |
---|
40 | </sect1> |
---|
41 | </chapter> |
---|
42 | |
---|