reverted to Emacs sgml mode
[idzebra-moved-to-github.git] / doc / zebraidx.xml
1 <chapter id="zebraidx">
2  <!-- $Id: zebraidx.xml,v 1.8 2006-04-25 12:26:27 marc Exp $ -->
3  <title>Running the Maintenance Interface (zebraidx)</title>
4  
5  <para>
6   The following is a complete reference to the command line interface to
7   the <literal>zebraidx</literal> application.
8  </para>
9
10  <para>
11   Syntax
12   </para>
13   
14   <cmdsynopsis>
15    <command>zebraidx</command>
16    <arg choice="opt"><option>-t <replaceable>type</replaceable></option></arg>
17    <arg choice="opt"><option>-c <replaceable>config</replaceable></option></arg>
18    <arg choice="opt"><option>-g <replaceable>group</replaceable></option></arg>
19    <arg choice="opt"><option>-d <replaceable>database</replaceable></option></arg>
20    <arg choice="opt"><option>-m <replaceable>mbytes</replaceable></option></arg>
21    <arg choice="opt"><option>-n</option></arg>
22    <arg choice="opt"><option>-s</option></arg>
23    <arg choice="opt"><option>-v <replaceable>level</replaceable></option></arg>
24    <arg choice="opt"><option>-l <replaceable>file</replaceable></option></arg>
25    <arg choice="opt"><option>-L</option></arg>
26    <arg choice="opt"><option>-f <replaceable>number</replaceable></option></arg>
27    <arg choice="opt"><option>-v</option></arg>
28    <arg choice="req"><replaceable>command</replaceable></arg>
29    <arg choice="opt" rep="repeat"><replaceable>file</replaceable></arg>
30   </cmdsynopsis>
31   
32  <!-- ### swap order of commands and options -->
33  
34  <para>
35   Commands
36    &zebraidx-commands;
37   </para>
38   
39   <para>
40    Options:
41    &zebraidx-options;
42  </para>
43
44 </chapter>
45  <!-- Keep this comment at the end of the file
46  Local variables:
47  mode: sgml
48  sgml-omittag:t
49  sgml-shorttag:t
50  sgml-minimize-attributes:nil
51  sgml-always-quote-attributes:t
52  sgml-indent-step:1
53  sgml-indent-data:t
54  sgml-parent-document: "zebra.xml"
55  sgml-local-catalogs: nil
56  sgml-namecase-general:t
57  End:
58  -->