X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=samples%2Fnet-z3950%2Fzoomtst1.pl;h=ca96b2939caf55048cd05bac9a2af0cf22e19998;hb=2e126f2ebc0ecd3f223e991af5e02606d174fc9e;hp=8926a54f98c333b65bc68c587b0bc006a9351031;hpb=5eb675dce5e80e733828881dce4df50b24854a41;p=ZOOM-Perl-moved-to-github.git diff --git a/samples/net-z3950/zoomtst1.pl b/samples/net-z3950/zoomtst1.pl index 8926a54..ca96b29 100644 --- a/samples/net-z3950/zoomtst1.pl +++ b/samples/net-z3950/zoomtst1.pl @@ -1,5 +1,3 @@ -# $Id: zoomtst1.pl,v 1.3 2005-12-14 11:17:30 mike Exp $ -# # See ../README for a description of this program. # perl -I../../blib/lib -I../../blib/arch zoomtst1.pl @@ -9,7 +7,7 @@ use Net::Z3950; 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; }