root / pykota / trunk / docs / pkprinters.sgml @ 2115

Revision 2115, 2.1 kB (checked in by jalet, 19 years ago)

Added pkmail's doc.
Used the <command> tag instead of <application> for commands.
Fixed some typos.
Added some missing command line options in the commands reference.

  • 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">
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
43<!--
44
45$Log$
46Revision 1.2  2005/02/28 00:07:37  jalet
47Added pkmail's doc.
48Used the <command> tag instead of <application> for commands.
49Fixed some typos.
50Added some missing command line options in the commands reference.
51
52Revision 1.1  2004/03/16 14:42:31  jalet
53Improved documentation
54
55
56-->
Note: See TracBrowser for help on using the browser.