Skip to content

Commit

Permalink
Merge pull request #37 from jason-bigelow-insight/doc_for_show
Browse files Browse the repository at this point in the history
Document the third arg to the show command
  • Loading branch information
adamdickmeiss authored Sep 14, 2018
2 parents 64b13de + 3f342ed commit f570c1d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions doc/yaz-client-man.xml
Original file line number Diff line number Diff line change
Expand Up @@ -263,17 +263,20 @@
</varlistentry>
<varlistentry><term>
<literal>show </literal>
[<replaceable>start</replaceable>[+<replaceable>number</replaceable>]]
[<replaceable>start</replaceable>[+<replaceable>number</replaceable>
[+<replaceable>resultset</replaceable>]]]
</term>
<listitem>
<para>Fetches records by sending a Present Request from the start
position given by
<replaceable>start</replaceable>
and a number of records given by <replaceable>number</replaceable>. If
and a number of records given by <replaceable>number</replaceable>,
from the result set <replaceable>resultset</replaceable>. If
<replaceable>start</replaceable> is not given, then the client
will fetch from the position of the last retrieved record plus 1. If
<replaceable>number</replaceable> is not given, then one record will
be fetched at a time.
be fetched at a time. If <replaceable>resultset</replaceable> is not
given, the most recently retrieved result set is used.
</para>
</listitem>
</varlistentry>
Expand Down

0 comments on commit f570c1d

Please sign in to comment.