X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=doc%2Fyaz-client-man.xml;h=9959754e00bd1f1ea322c5266ce6cb8253d99be6;hb=60f5103f542e3f6dd2e22b6df7015f7bc4b3a937;hp=016d4858a33236a67c67e9972718ad06924e3663;hpb=307671c871f04d55325ed94fc2c403797376efa3;p=yaz-moved-to-github.git diff --git a/doc/yaz-client-man.xml b/doc/yaz-client-man.xml index 016d485..9959754 100644 --- a/doc/yaz-client-man.xml +++ b/doc/yaz-client-man.xml @@ -1,7 +1,9 @@ + %common; ]> - + @@ -17,14 +19,16 @@ yaz-client - + - + + + + - - + addr @@ -53,24 +57,21 @@ OPTIONS - -m filename - - If specified, retrieved records will be appended to the file given. - - - -a filename If specified, logging of protocol packages will be appended - file given. The special filename - - (dash) denotes standard output. + file given. If filename is + specified as -, the output is written + to stdout. - -u auth + -b filename - If specified, the auth string - will be used for authentication. + If specified, YAZ will dump BER data in readable notation + to the file specified. If filename + is specified as - the output is written + to stdout. @@ -81,13 +82,27 @@ - -q filename + -d dump - If specified, CQL configuration will be read from - the file given. + If specified, YAZ will dump BER data for all PDUs sent and received + to individual files, named + dump.DDD.raw, + where DDD is 001, 002, 003, .. + + + + -k size + + Sets preferred messages and maximum record size for Initialize + Request in kilobytes. Default value is 1024 (1 MB). + + + + -m filename + + If specified, retrieved records will be appended to the file given. - -p addr @@ -95,22 +110,33 @@ given. - - -k size + -q filename - Sets preferred messages and maximum record size for Initialize - Request in kilobytes. Default value is 1024 (1 MB). + If specified, CQL configuration will be read from + the file given. - - -x - - Makes the YAZ client print hex dumps of packages sent and received - on standard output. + -u auth + + If specified, the auth string + will be used for authentication. + + -V + + Prints YAZ version. + + + + -x + + Makes the YAZ client print hex dumps of packages sent and received + on standard output. + +