aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility')
-rw-r--r--bpkg/utility7
1 files changed, 5 insertions, 2 deletions
diff --git a/bpkg/utility b/bpkg/utility
index a4bc6d3..b7dbf36 100644
--- a/bpkg/utility
+++ b/bpkg/utility
@@ -76,8 +76,8 @@ namespace bpkg
// Process.
//
- // The process command line is printed for verbosity >= 2 (essential
- // command lines).
+ // By default the process command line is printed for verbosity >= 2
+ // (essential command lines).
//
// If fallback is specified, then this directory is searched for the
// executable as a last resort.
@@ -102,6 +102,9 @@ namespace bpkg
//
class common_options;
+ const char*
+ name_b (const common_options&);
+
void
run_b (const common_options&,
const dir_path& configuration,