From: Mike Taylor Date: Fri, 22 Sep 2006 15:29:24 +0000 (+0000) Subject: Changed example command-line comment to refelct new syntax. X-Git-Tag: CPAN-v1.02~54^2~1003 X-Git-Url: http://git.indexdata.com/?p=irspy-moved-to-github.git;a=commitdiff_plain;h=9fd522a36435bca48dcca9116df769072831cd46;ds=sidebyside Changed example command-line comment to refelct new syntax. --- diff --git a/bin/irspy.pl b/bin/irspy.pl index 3d777a3..37d4b73 100755 --- a/bin/irspy.pl +++ b/bin/irspy.pl @@ -1,9 +1,9 @@ #!/usr/bin/perl -w -# $Id: irspy.pl,v 1.7 2006-09-22 15:27:17 mike Exp $ +# $Id: irspy.pl,v 1.8 2006-09-22 15:29:24 mike Exp $ # # Run like this: -# YAZ_LOG=irspy,irspy_test,irspy_debug perl -I ../lib irspy.pl -t "bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager" localhost:3313/IR-Explain---1 +# YAZ_LOG=irspy,irspy_test,irspy_debug perl -I ../lib irspy.pl localhost:3313/IR-Explain---1 bagel.indexdata.dk/gils z3950.loc.gov:7090/Voyager "edcsns17.cr.usgs.gov:6675/CORONA SATELLITE PHOTOGRAPHY" use strict; use warnings;