From 1bcba2c1b09f440e4017d5aeb411e5efaf08b809 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 5 Dec 2022 12:31:45 +0200 Subject: Forward --curl* options to bpkg --- bdep/common.cli | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'bdep/common.cli') diff --git a/bdep/common.cli b/bdep/common.cli index 1e95084..ed7a901 100644 --- a/bdep/common.cli +++ b/bdep/common.cli @@ -174,7 +174,8 @@ namespace bdep with \cb{--curl-option}. If the curl program is not explicitly specified, then \cb{bdep} will use - \cb{curl} by default." + \cb{curl} by default. Note that this program will also be used by the + underlying \cb{bpkg} invocations unless overridden." } strings --curl-option @@ -182,7 +183,10 @@ namespace bdep "", "Additional option to be passed to the curl program. See \cb{--curl} for more information on the curl program. Repeat this option to specify - multiple curl options." + multiple curl options. + + Note that these options will also be used by the underlying \cb{bpkg} + invocations provided that curl is used." } string --pager // String to allow empty value. -- cgit v1.1