Update of /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin
In directory sc8-pr-cvs1:/tmp/cvs-serv26563
Modified Files:
rec-proxy
Log Message:
Correct program name in version screen
Index: rec-proxy
===================================================================
RCS file: /cvsroot/http-webtest/HTTP-WebTest-Recorder/bin/rec-proxy,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** rec-proxy 7 Sep 2003 18:29:41 -0000 1.9
--- rec-proxy 7 Sep 2003 18:31:55 -0000 1.10
***************
*** 105,109 ****
my $version = HTTP::WebTest::Recorder->VERSION;
print <<TEXT;
! wt - recording proxy (frontend to HTTP::WebTest::Recorder)
This program uses HTTP::WebTest::Recorder version $version.
--- 105,109 ----
my $version = HTTP::WebTest::Recorder->VERSION;
print <<TEXT;
! rec-proxy - recording proxy (frontend to HTTP::WebTest::Recorder)
This program uses HTTP::WebTest::Recorder version $version.
|