From 937aaf25741fb2ed5ae1bb7841c11702c5a51ded Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 15 Mar 2018 11:20:17 +0200 Subject: Print status of all held packages in pkg-status if no packages were specified --- bpkg/pkg-status.cli | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'bpkg/pkg-status.cli') diff --git a/bpkg/pkg-status.cli b/bpkg/pkg-status.cli index 3a346a6..6aa971e 100644 --- a/bpkg/pkg-status.cli +++ b/bpkg/pkg-status.cli @@ -15,13 +15,16 @@ namespace bpkg "\h|SYNOPSIS| - \c{\b{bpkg pkg-status}|\b{status} [] [\b{/}]...} + \c{\b{bpkg pkg-status}|\b{status} [] [[\b{/}]...]} \h|DESCRIPTION| The \cb{pkg-status} command prints the status of the specified packages - or, if is specified, package versions. Note that the status is - written to \cb{STDOUT}, not \cb{STDERR}. + or, if is specified, package versions. If no packages were + specified, then \cb{pkg-status} prints the status of all the held + packages (which are the packages that were explicitly built; see + \l{bpkg-pkg-build(1)}). Note that the status is written to \cb{STDOUT}, + not \cb{STDERR}. The status output format is regular. If several packages were specified, then each line starts with the package name (and version, if specified) -- cgit v1.1