]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
manage: expand the 'libcurl support required' message
authorDaniel Stenberg <daniel@haxx.se>
Mon, 24 Nov 2025 11:46:01 +0000 (12:46 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 24 Nov 2025 22:35:00 +0000 (23:35 +0100)
Example of old text:

 --dns-ipv4-addr requires that libcurl is built to support c-ares.

New version:

 For --dns-ipv4-addr to work, it requires that the underlying libcurl is
 built to support c-ares.

Closes #19665

scripts/managen

index 61dae8cc1f0fad3dfd2783cb56302408ded0503e..d8ff9bae5124bf6ea063905c7ef9a016a0b17839 100755 (executable)
@@ -854,7 +854,7 @@ sub single {
 
     if($requires) {
         my $l = manpageify($long, $manpage);
-        push @foot, "$l requires that libcurl".
+        push @foot, "For $l to work, it requires that the underlying libcurl".
             " is built to support $requires.\n";
     }
     if($mutexed) {