docs: drop basically

Another filler word

Closes #20835
This commit is contained in:
Daniel Stenberg 2026-03-06 11:37:33 +01:00
parent 86ea3abd41
commit 1495489c41
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2
17 changed files with 62 additions and 67 deletions

View file

@ -201,10 +201,9 @@ Example, send two POSTs:
Sometimes you need to operate on several URLs in a single command line and do
different HTTP methods on each. For this, you might enjoy the
[`--next`](https://curl.se/docs/manpage.html#-:) option. It is basically a
separator that separates a bunch of options from the next. All the URLs
before `--next` get the same method and get all the POST data merged into
one.
[`--next`](https://curl.se/docs/manpage.html#-:) option. It is a separator
that separates a bunch of options from the next. All the URLs before `--next`
get the same method and get all the POST data merged into one.
When curl reaches the `--next` on the command line, it resets the method and
the POST data and allow a new set.