comparison xml/libpst.in @ 33:12cac756bc05 stable-0-5-5

enable -d option, but if not specified, don't generate a debug file
author carl
date Tue, 10 Jul 2007 20:23:55 -0700
parents c03974357771
children b2f247463b83
comparison
equal deleted inserted replaced
32:c03974357771 33:12cac756bc05
77 </para></listitem> 77 </para></listitem>
78 </varlistentry> 78 </varlistentry>
79 <varlistentry> 79 <varlistentry>
80 <term>-d <replaceable class="parameter">debug-file</replaceable></term> 80 <term>-d <replaceable class="parameter">debug-file</replaceable></term>
81 <listitem><para> 81 <listitem><para>
82 Specify name of debug log file. Defaults to "readpst.log". The 82 Specify name of debug log file. The
83 log file is not an ascii file, it is a binary file readable 83 log file is not an ascii file, it is a binary file readable
84 by <command>readpstlog</command>. 84 by <command>readpstlog</command>.
85 </para></listitem> 85 </para></listitem>
86 </varlistentry> 86 </varlistentry>
87 <varlistentry> 87 <varlistentry>
393 <command>pst2ldif</command> 393 <command>pst2ldif</command>
394 <arg><option>-h</option></arg> 394 <arg><option>-h</option></arg>
395 <arg><option>-V</option></arg> 395 <arg><option>-V</option></arg>
396 <arg><option>-b <replaceable class="parameter">ldap-base</replaceable></option></arg> 396 <arg><option>-b <replaceable class="parameter">ldap-base</replaceable></option></arg>
397 <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg> 397 <arg><option>-c <replaceable class="parameter">class</replaceable></option></arg>
398 <arg><option>-d <replaceable class="parameter">debug-file</replaceable></option></arg>
398 <arg choice='plain'>pstfilename</arg> 399 <arg choice='plain'>pstfilename</arg>
399 </cmdsynopsis> 400 </cmdsynopsis>
400 </refsynopsisdiv> 401 </refsynopsisdiv>
401 402
402 <refsect1 id='pst2ldif.options.1'> 403 <refsect1 id='pst2ldif.options.1'>
425 <term>-c <replaceable class="parameter">class</replaceable></term> 426 <term>-c <replaceable class="parameter">class</replaceable></term>
426 <listitem><para> 427 <listitem><para>
427 Sets the objectClass values for the contact items. This class needs to be 428 Sets the objectClass values for the contact items. This class needs to be
428 defined in the schema used by your LDAP server, and at a minimum it must 429 defined in the schema used by your LDAP server, and at a minimum it must
429 contain the ldap attributes given below. 430 contain the ldap attributes given below.
431 </para></listitem>
432 </varlistentry>
433 <varlistentry>
434 <term>-d <replaceable class="parameter">debug-file</replaceable></term>
435 <listitem><para>
436 Specify name of debug log file. The
437 log file is not an ascii file, it is a binary file readable
438 by <command>readpstlog</command>.
430 </para></listitem> 439 </para></listitem>
431 </varlistentry> 440 </varlistentry>
432 </variablelist> 441 </variablelist>
433 </refsect1> 442 </refsect1>
434 443