mirror of
https://github.com/curl/curl.git
synced 2026-04-14 22:41:40 +03:00
badwords: avoid 'simply'
It's mostly a filler word. I've read through each use of it in the code base and did minor rephrasings when "simply" carried some meaning. The overwhelming majority of cases, removing it improved the text significantly. Inspired by #20793. Closes #20822
This commit is contained in:
parent
4021c6e673
commit
f25124338c
71 changed files with 108 additions and 108 deletions
|
|
@ -31,7 +31,7 @@ Added-in: n/a
|
|||
**wcurl** is a simple curl wrapper which lets you use curl to download files
|
||||
without having to remember any parameters.
|
||||
|
||||
Simply call **wcurl** with a list of URLs you want to download and **wcurl**
|
||||
Call **wcurl** with a list of URLs you want to download and **wcurl**
|
||||
picks sane defaults.
|
||||
|
||||
If you need anything more complex, you can provide any of curl's supported
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue