mirror of
https://github.com/curl/curl.git
synced 2026-06-05 15:44:17 +03:00
page-header: mention curl version and how to figure out current release
Closes #11216
This commit is contained in:
parent
d53cf9e733
commit
47e4fcf7b9
1 changed files with 10 additions and 1 deletions
|
|
@ -180,6 +180,16 @@ response data to the terminal.
|
|||
If you prefer a progress "bar" instead of the regular meter, --progress-bar is
|
||||
your friend. You can also disable the progress meter completely with the
|
||||
--silent option.
|
||||
.SH VERSION
|
||||
This man page describes curl %VERSION. If you use a later version, chances are
|
||||
this man page does not fully document it. If you use an earlier version, this
|
||||
document tries to include version information about which specific version
|
||||
that introduced changes.
|
||||
|
||||
You can always learn which the latest curl version is by running
|
||||
.nf
|
||||
curl https://curl.se/info
|
||||
.fi
|
||||
.SH OPTIONS
|
||||
Options start with one or two dashes. Many of the options require an
|
||||
additional value next to them.
|
||||
|
|
@ -204,4 +214,3 @@ will retain their values and meaning even after --next.
|
|||
|
||||
The following options are global:
|
||||
%GLOBALS.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue