1 <!-- -*- mode: sgml; mode: fold -*- -->
2 <!doctype refentry PUBLIC "-//OASIS//DTD DocBook V3.1//EN" [
4 <!ENTITY % katieent SYSTEM "katie.ent">
13 <refentrytitle>heidi</>
17 <!-- Man page title -->
20 <refpurpose>Utility to alter or display the contents of a suite</>
27 <arg><option><replaceable>options</replaceable></></arg>
28 <arg choice="plain"><replaceable>file...</replaceable></arg>
32 <RefSect1><Title>Description</>
34 <command>heidi</command> is a utility to alter or display the contents of a suite. Input for alterations is taken either from filename(s) supplied or stdin. The format for both input and output is lines each with a whitespace separated list of: <literal>package</literal>, <literal>version</literal> and <literal>architecture</literal>.
38 <RefSect1><Title>Options</>
41 <VarListEntry><term><option>-a/--add=<replaceable>suite</replaceable></option></>
43 <Para>Add to the suite.</PARA>
47 <VarListEntry><term><option>-l/--list=<replaceable>suite</replaceable></option></>
49 <Para>List the contents of the suite.</PARA>
53 <VarListEntry><term><option>-r/--remove=<replaceable>suite</replaceable></option></>
55 <Para>Remove from the suite.</PARA>
59 <VarListEntry><term><option>-s/--set=<replaceable>suite</replaceable></option></>
61 <Para>Set the suite to exactly the input.</PARA>
65 <VarListEntry><term><option>-h/--help</option></>
67 <Para>Show help and then exit.</PARA>
74 <RefSect1><Title>Diagnostics</>
76 <command>heidi</command> returns zero on normal operation, non-zero on error.