mirror of
https://github.com/curl/curl.git
synced 2026-08-25 04:53:31 +03:00
cmdline-opts: made the 'Added:' field mandatory
Since "too old" versions are no longer included in the generated man page, this field is now mandatory so that it won't be forgotten and then not included in the documentation. Closes #7786
This commit is contained in:
parent
ebf18468c0
commit
ce6e3e5320
111 changed files with 124 additions and 15 deletions
|
|
@ -9,6 +9,7 @@ Category: important http post upload
|
|||
Example: -d "name=curl" $URL
|
||||
Example: -d "name=curl" -d "tool=cmdline" $URL
|
||||
Example: -d @filename $URL
|
||||
Added: 4.0
|
||||
---
|
||||
Sends the specified data in a POST request to the HTTP server, in the same way
|
||||
that a browser does when a user has filled in an HTML form and presses the
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue