From: Daniel Stenberg Date: Mon, 28 Apr 2003 13:48:16 +0000 (+0000) Subject: corrected the comment which wasn't correct X-Git-Tag: curl-7_10_5~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e46f8d0a67a84ad59d9442e71f095267a2e327e;p=curl corrected the comment which wasn't correct --- diff --git a/perl/contrib/formfind b/perl/contrib/formfind index 459b2db3c..f9e869531 100755 --- a/perl/contrib/formfind +++ b/perl/contrib/formfind @@ -3,10 +3,8 @@ # # formfind.pl # -# This script gets a HTML page from the specified URL and presents form -# information you may need in order to machine-make a respond to the form. -# -# Written to use 'curl' for URL fetching. +# This script gets a HTML page on stdin and presents form information on +# stdout. # # Author: Daniel Stenberg # Version: 0.2 Nov 18, 2002