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-clean.cli | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) (limited to 'bpkg/pkg-clean.cli') diff --git a/bpkg/pkg-clean.cli b/bpkg/pkg-clean.cli index ffad75a..1161b13 100644 --- a/bpkg/pkg-clean.cli +++ b/bpkg/pkg-clean.cli @@ -11,17 +11,22 @@ include ; namespace bpkg { { - " ", + " ", "\h|SYNOPSIS| - \c{\b{bpkg pkg-clean}|\b{clean} [] ...} + \c{\b{bpkg pkg-clean}|\b{clean} [] [] ( [])...} \h|DESCRIPTION| - The \cb{pkg-clean} command cleans 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 clean}." + The \cb{pkg-clean} command cleans 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 clean}. + + 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_clean_options: configuration_options -- cgit v1.1