From a38876e1bcb94b6452f2c820e20883580e47cfe4 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Mon, 25 Jan 2016 15:41:42 +0200 Subject: Add support for passing config vars to pkg-{build,clean,install,uninstall} --- bpkg/pkg-update.cli | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'bpkg/pkg-update.cli') diff --git a/bpkg/pkg-update.cli b/bpkg/pkg-update.cli index cce17b0..6a387be 100644 --- a/bpkg/pkg-update.cli +++ b/bpkg/pkg-update.cli @@ -11,17 +11,22 @@ include ; namespace bpkg { { - " ", + " ", "\h|SYNOPSIS| - \c{\b{bpkg pkg-update}|\b{update} [] ...} + \c{\b{bpkg pkg-update}|\b{update} [] [] ( [])...} \h|DESCRIPTION| - The \cb{pkg-update} command updates the previously configured - (via \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package. - Underneath, this command doesn't do much more than run \cb{b update}." + The \cb{pkg-update} command updates the previously configured (via + \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}) package. Underneath, + this command doesn't do much more than run \cb{b update}. + + Additional command line variables (, normally \cb{config.*}) can be + passed to the build system by either specifying them before the packages, + in which case they apply to all of them, or after a specific package, in + which case they apply only to this package." } class pkg_update_options: configuration_options -- cgit v1.1