aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-update.cli
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-update.cli')
-rw-r--r--bpkg/pkg-update.cli24
1 files changed, 17 insertions, 7 deletions
diff --git a/bpkg/pkg-update.cli b/bpkg/pkg-update.cli
index 531da4a..7887185 100644
--- a/bpkg/pkg-update.cli
+++ b/bpkg/pkg-update.cli
@@ -15,17 +15,19 @@ namespace bpkg
"\h|SYNOPSIS|
\c{\b{bpkg pkg-update}|\b{update} [<options>] [<vars>] <pkg>...\n
- \b{bpkg pkg-update}|\b{update} [<options>] [<vars>] \b{--all}|\b{-a}}
+ \b{bpkg pkg-update}|\b{update} [<options>] [<vars>] \b{--all}|\b{-a}\n
+ \b{bpkg pkg-update}|\b{update} [<options>] [<vars>] (\b{--all-pattern} <pattern>)...}
\h|DESCRIPTION|
The \cb{pkg-update} command updates the specified packages (the first
- form) or all the held packages (the second form, see
- \l{bpkg-pkg-status(1)}). Underneath, this command doesn't do much more
- than run \cb{b update} (or one of its \c{update-for-*} variants; see
- \cb{--for|-f}). In the first form the specified packages must have been
- previously configured with \l{bpkg-pkg-build(1)} or
- \l{bpkg-pkg-configure(1)}.
+ form), all the held packages (the second form, see
+ \l{bpkg-pkg-status(1)}), or all the held packages that match any of the
+ specified wildcard patterns (the third form). Underneath, this command
+ doesn't do much more than run \cb{b update} (or one of its
+ \c{update-for-*} variants; see \cb{--for|-f}). In the first form the
+ specified packages must have been previously configured with
+ \l{bpkg-pkg-build(1)} or \l{bpkg-pkg-configure(1)}.
Additional command line variables (<vars>, normally \cb{config.*}) can be
passed to the build system. Such variables apply to all the specified
@@ -43,6 +45,14 @@ namespace bpkg
"Update all held packages."
}
+ strings --all-pattern
+ {
+ "<pattern>",
+ "Update held packages that match the specified wildcard pattern. Repeat
+ this option to match multiple patterns. Note that you may need to quote
+ the pattern to prevent expansion by your shell."
+ }
+
string --for|-f
{
"<operation>",