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

Revision 2147, 1.9 kB (checked in by jerome, 19 years ago)

Removed all references to $Log$

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
RevLine 
[1406]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>
[2115]22        <group choice="opt">
23          <arg>-D <replaceable>desc</replaceable></arg>
24          <arg>--description <replaceable>desc</replaceable></arg>
25        </group>
[1406]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> 
[2115]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>
[1406]38      </cmdsynopsis>
39    </para>
40  </sect1>
41</chapter>
42
Note: See TracBrowser for help on using the browser.