Update of /cvsroot/pyxida/Pyxida/bin
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1000/bin
Modified Files:
query.pl
Log Message:
runs ICMP
Index: query.pl
===================================================================
RCS file: /cvsroot/pyxida/Pyxida/bin/query.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** query.pl 1 Dec 2006 15:31:27 -0000 1.1
--- query.pl 1 Dec 2006 17:33:15 -0000 1.2
***************
*** 8,12 ****
print "rm Aux\n";
! # e.g. query.pl http://righthand.eecs.harvard.edu:55501
my $usage = "query.pl [options] url\n";
--- 8,12 ----
print "rm Aux\n";
! # e.g. query.pl -l http://righthand.eecs.harvard.edu:55501
my $usage = "query.pl [options] url\n";
|