diff --git a/README.md b/README.md index 15be410..4df3608 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ SPDX-License-Identifier: curl **wcurl** - a simple wrapper around curl to easily download files. - - # Synopsis wcurl [--curl-options ]... [--dry-run] [--] ... @@ -21,8 +19,6 @@ SPDX-License-Identifier: curl wcurl -V|--version wcurl -h|--help - - # Description **wcurl** is a simple curl wrapper which lets you use curl to download files @@ -46,8 +42,6 @@ should be using curl directly if your use case is not covered. * Set the downloaded file timestamp to the value provided by the server, if available; * Disable **curl**'s URL globbing parser so **{}** and **\[\]** characters in URLs are not treated specially. - - # Options @@ -63,23 +57,17 @@ should be using curl directly if your use case is not covered. * **-h, --help** Print help message. - - # Curl_options Any option supported by curl can be set here. This is not used by **wcurl**; it's instead forwarded to the curl invocation. - - # Url Anything which is not a parameter will be considered an URL. **wcurl** will encode whitespaces and pass that to curl, which will perform the parsing of the URL. - - # Examples Download a single file: @@ -94,8 +82,6 @@ Download a file passing the _--progress-bar_ and _--http2_ flags to curl: Resume from an interrupted download (if more options are used, this needs to be the last one in the list): **wcurl --curl-options="--continue-at -" example.com/filename.txt** - - # Authors Samuel Henrique <[samueloph@debian.org](mailto:samueloph@debian.org)> @@ -103,21 +89,15 @@ Sergio Durigan Junior <[sergiodj@debian.org](mailto:sergiodj@debian.org)> Ryan Carsten Schmidt <[git@ryandesign.com](mailto:git@ryandesign.com)> Ben Zanin - - # Reporting Bugs If you experience any problems with **wcurl** that you do not experience with curl, submit an issue [here](https://github.com/curl/wcurl/issues). - - # Copyright **wcurl** is licensed under the curl license - - # See Also **curl**(1)