fixup use consistent WARNING formatting

This commit is contained in:
Daniel Stenberg 2025-12-19 10:10:30 +01:00
parent 5f47fd76b0
commit 945740c1e8
No known key found for this signature in database
GPG key ID: 5CC908FDB71E12C2

View file

@ -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.