From 9ce9afa3120a1ce0b41dffe75716c71fc6dbbac9 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Sat, 21 Feb 2026 23:34:05 +0100 Subject: [PATCH] silent.md: also mention it shuts off warning messages Closes #20664 --- docs/cmdline-opts/silent.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/cmdline-opts/silent.md b/docs/cmdline-opts/silent.md index 4e80ee7640..2498ca56f4 100644 --- a/docs/cmdline-opts/silent.md +++ b/docs/cmdline-opts/silent.md @@ -17,9 +17,9 @@ Example: # `--silent` -Silent or quiet mode. Do not show progress meter or error messages. Makes curl -mute. It still outputs the data you ask for, potentially even to the -terminal/stdout unless you redirect it. +Silent or quiet mode. Do not show progress meter, warning messages or error +messages. Makes curl mute. It still outputs the data you ask for, potentially +even to the terminal/stdout unless you redirect it. Use --show-error in addition to this option to disable progress meter but still show error messages.