mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:11:40 +03:00
docs: document the behavior of -- in the curl command line
Closes #16053
This commit is contained in:
parent
0f54bfd803
commit
c5a736f2c9
1 changed files with 4 additions and 0 deletions
|
|
@ -24,6 +24,10 @@ When --next is used, it resets the parser state and you start again with a
|
|||
clean option state, except for the options that are global. Global options
|
||||
retain their values and meaning even after --next.
|
||||
|
||||
The first argument that is exactly two dashes (`--`), marks the end of
|
||||
options; any argument after the end of options is interpreted as a URL
|
||||
argument even if it starts with a dash.
|
||||
|
||||
The following options are global: `%GLOBALS`.
|
||||
|
||||
# ALL OPTIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue