mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-10-11 09:03:40 +02:00
2016-07-12 Fred Gleason <fredg@paravelsystems.com>
* Added an '--xml' switch to rdimport(1) in 'utils/rdimport/rdimport.cpp' and 'utils/rdimport/rdimport.h'.
This commit is contained in:
@@ -243,7 +243,8 @@
|
||||
Attempt to read metadata parameters from the source filename,
|
||||
using the pattern <replaceable>pattern</replaceable>. Patterns
|
||||
consist of a sequence of wildcards and regular characters to
|
||||
indicate boundaries between metadata fields.
|
||||
indicate boundaries between metadata fields. This option is
|
||||
mutually exclusive with the <option>--xml</option> option.
|
||||
</para>
|
||||
<para>
|
||||
The available wildcards are:
|
||||
@@ -774,6 +775,20 @@
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
<varlistentry>
|
||||
<term>
|
||||
<option>--xml</option>
|
||||
</term>
|
||||
<listitem>
|
||||
<para>
|
||||
Attempt to read file metadata in RDXML format from the file
|
||||
<userinput><replaceable>basename</replaceable>.xml</userinput>.
|
||||
This option is mututally exclusive with the
|
||||
<option>--metadata-pattern</option> option.
|
||||
</para>
|
||||
</listitem>
|
||||
</varlistentry>
|
||||
|
||||
</variablelist>
|
||||
</refsect1>
|
||||
|
||||
|
Reference in New Issue
Block a user