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-uninstall.cli | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-uninstall.cli') diff --git a/bpkg/pkg-uninstall.cli b/bpkg/pkg-uninstall.cli index 89f9dc0..ba7f55a 100644 --- a/bpkg/pkg-uninstall.cli +++ b/bpkg/pkg-uninstall.cli @@ -11,17 +11,23 @@ include ; namespace bpkg { { - " ", + " ", "\h|SYNOPSIS| - \c{\b{bpkg pkg-uninstall}|\b{uninstall} [] ...} + \c{\b{bpkg pkg-uninstall}|\b{uninstall} [] [] ( [])...} \h|DESCRIPTION| The \cb{pkg-uninstall} command uninstalls one or more packages that were previously installed with \l{bpkg-pkg-install(1)}. Underneath, this - command doesn't do much more than run \cb{b uninstall}." + command doesn't do much more than run \cb{b uninstall}. + + 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. See \l{bpkg-pkg-install(1)} + for some examples." } class pkg_uninstall_options: configuration_options -- cgit v1.1