From 945740c1e8653c0e050c59b81d555e24de3f2b32 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 19 Dec 2025 10:10:30 +0100 Subject: [PATCH] fixup use consistent WARNING formatting --- docs/cmdline-opts/compressed.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/cmdline-opts/compressed.md b/docs/cmdline-opts/compressed.md index 57cf8a936b..a66cdff4fd 100644 --- a/docs/cmdline-opts/compressed.md +++ b/docs/cmdline-opts/compressed.md @@ -26,5 +26,5 @@ If this option is used and the server sends an unsupported encoding, curl reports an error. This is a request, not an order; the server may or may not deliver data compressed. -Warning: when decompressing data, even tiny transfers might be expanded and -generate a huge amount of bytes. +**WARNING**: when decompressing data, even tiny transfers might be expanded +and generate a huge amount of bytes.