mirror of
https://github.com/curl/curl.git
synced 2026-04-15 02:11:42 +03:00
corrected the comment which wasn't correct
This commit is contained in:
parent
51da6aaa07
commit
2e46f8d0a6
1 changed files with 2 additions and 4 deletions
|
|
@ -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 <daniel@haxx.se>
|
||||
# Version: 0.2 Nov 18, 2002
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue