Omit sort key by default in yaz-icu's output
[yaz-moved-to-github.git] / doc / yaz-marcdump-man.xml
index 5979a50..3448628 100644 (file)
@@ -8,7 +8,6 @@
      <!ENTITY % idcommon SYSTEM "common/common.ent">
      %idcommon;
 ]>
-<!-- $Id: yaz-marcdump-man.xml,v 1.15 2007-09-23 07:40:13 adam Exp $ -->
 <refentry id="yaz-marcdump">
  <refentryinfo>
   <productname>YAZ</productname>
    <arg choice="opt"><option>-f <replaceable>from</replaceable></option></arg>
    <arg choice="opt"><option>-t <replaceable>to</replaceable></option></arg>
    <arg choice="opt"><option>-l <replaceable>spec</replaceable></option></arg>
-   <arg choice="opt"><option>-v</option></arg>
    <arg choice="opt"><option>-c <replaceable>cfile</replaceable></option></arg>
    <arg choice="opt"><option>-s <replaceable>prefix</replaceable></option></arg>
    <arg choice="opt"><option>-C <replaceable>size</replaceable></option></arg>
+   <arg choice="opt"><option>-n</option></arg>
    <arg choice="opt"><option>-p</option></arg>
+   <arg choice="opt"><option>-v</option></arg>
+   <arg choice="opt"><option>-V</option></arg>
    <arg choice="opt" rep="repeat">file</arg>
   </cmdsynopsis>
  </refsynopsisdiv>
    </varlistentry>
 
    <varlistentry>
-    <term>-v</term>
-    <listitem><para>
-      Writes more information about the parsing process.
-      Useful if you have ill-formatted ISO2709 records as input.
-     </para></listitem>
-   </varlistentry>
-
-   <varlistentry>
     <term>-s <replaceable>prefix</replaceable></term>
     <listitem><para>
       Writes a chunk of records to a separate file with prefix given,
      </para></listitem>
    </varlistentry>
 
+   <varlistentry>
+    <term>-n</term>
+    <listitem><para>
+      MARC output is omitted so that MARC input is only checkecd.
+     </para></listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term>-v</term>
+    <listitem><para>
+      Writes more information about the parsing process.
+      Useful if you have ill-formatted ISO2709 records as input.
+     </para></listitem>
+   </varlistentry>
+
+   <varlistentry>
+    <term>-V</term>
+    <listitem><para>
+      Prints YAZ version.
+     </para></listitem>
+   </varlistentry>
+
   </variablelist>
  </refsect1>