From bd02eaa1298271ecf8365aa869e93fdcb04fdeb1 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 2 Sep 2021 08:42:53 +0200 Subject: Add progress to configure/disfigure in pkg-build/drop if result is disabled For projects with a large number of dependencies (e.g., Boost) these can take a while. --- bpkg/common.cli | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bpkg/common.cli') diff --git a/bpkg/common.cli b/bpkg/common.cli index 49a7788..46c4784 100644 --- a/bpkg/common.cli +++ b/bpkg/common.cli @@ -96,7 +96,9 @@ namespace bpkg bool --no-result { "Don't print informational messages about the outcome of performing - a command." + a command or some of its parts. Note that if this option is specified, + then for certain long-running command parts progress is displayed + instead, unless suppressed with \cb{--no-progress}." } // When it comes to external programs (such as curl, git, etc), if stderr -- cgit v1.1