mirror of
https://github.com/curl/curl.git
synced 2026-06-04 16:44:14 +03:00
docs/cmdline-opts/_OPTIONS.md: mention the as-is concept generically
This commit is contained in:
parent
4188db5db9
commit
0dc2d829a0
1 changed files with 3 additions and 0 deletions
|
|
@ -28,6 +28,9 @@ 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.
|
||||
|
||||
curl does little to no verification of the contents of command line arguments.
|
||||
Passing in "creative octets" like newlines might trigger unexpected results.
|
||||
|
||||
The following options are global: `%GLOBALS`.
|
||||
|
||||
# ALL OPTIONS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue