From 0dc2d829a009e897acc3000867a334d76a78514e Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sun, 6 Jul 2025 12:33:51 +0200 Subject: [PATCH] docs/cmdline-opts/_OPTIONS.md: mention the as-is concept generically --- docs/cmdline-opts/_OPTIONS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/cmdline-opts/_OPTIONS.md b/docs/cmdline-opts/_OPTIONS.md index c4493647a8..f1067377c8 100644 --- a/docs/cmdline-opts/_OPTIONS.md +++ b/docs/cmdline-opts/_OPTIONS.md @@ -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