X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=samples%2Fnet-z3950-zoom%2Fzoomtst1.pl;fp=samples%2Fnet-z3950-zoom%2Fzoomtst1.pl;h=47fc660a497d3c831ba524db250cf7994a16a956;hb=936c86478d4b955b3da078d52b3693622f0bd183;hp=a08cd89c9ce1ee992d81df1372071d5ed8e9c6b3;hpb=dacff04b5638eac9fab76c7fbd815fc2e6aa0b42;p=ZOOM-Perl-moved-to-github.git diff --git a/samples/net-z3950-zoom/zoomtst1.pl b/samples/net-z3950-zoom/zoomtst1.pl index a08cd89..47fc660 100644 --- a/samples/net-z3950-zoom/zoomtst1.pl +++ b/samples/net-z3950-zoom/zoomtst1.pl @@ -1,4 +1,4 @@ -# $Id: zoomtst1.pl,v 1.2 2005-10-12 14:35:58 mike Exp $ +# $Id: zoomtst1.pl,v 1.3 2006-11-02 17:48:25 mike Exp $ # # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst1.pl @@ -9,7 +9,7 @@ use Net::Z3950::ZOOM; if (@ARGV != 2) { print STDERR "Usage: $0 target query\n"; - print STDERR " eg. $0 bagel.indexdata.dk/gils computer\n"; + print STDERR " eg. $0 z3950.indexdata.dk/gils computer\n"; exit 1; }