mirror of
https://github.com/curl/curl.git
synced 2024-12-09 06:30:06 +08:00
ddaa85893d
gen.pl now generates a warning if the "See Also" field is not filled in for a command line option All command line options now provide one or more related options. 167 "See alsos" added! Closes #8019
13 lines
383 B
Makefile
13 lines
383 B
Makefile
Long: head
|
|
Short: I
|
|
Help: Show document info only
|
|
Protocols: HTTP FTP FILE
|
|
Category: http ftp file
|
|
Example: -I $URL
|
|
Added: 4.0
|
|
See-also: get verbose trace-ascii
|
|
---
|
|
Fetch the headers only! HTTP-servers feature the command HEAD which this uses
|
|
to get nothing but the header of a document. When used on an FTP or FILE file,
|
|
curl displays the file size and last modification time only.
|