aboutsummaryrefslogtreecommitdiff
path: root/bdep/status.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-20 06:41:20 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2018-03-20 06:41:20 +0200
commitfcb50d36651e660db33f3bfaca564d4789273145 (patch)
treeee741c1d928b62db10549208096199def1cddaa8 /bdep/status.cli
parentc02d4eeb02c06dcd0e3340bb3681f250d468922d (diff)
Documentation work
Diffstat (limited to 'bdep/status.cli')
-rw-r--r--bdep/status.cli22
1 files changed, 12 insertions, 10 deletions
diff --git a/bdep/status.cli b/bdep/status.cli
index 6a562da..8ef909b 100644
--- a/bdep/status.cli
+++ b/bdep/status.cli
@@ -28,17 +28,19 @@ namespace bdep
\h|DESCRIPTION|
- The \cb{status} command prints the status of the project and/or its
- dependencies in build configurations. If no <dep-spec> arguments are
- specified, then \cb{status} prints the status of the project's packages.
- Otherwise, the status of the specified dependency packages is printed.
- Additionally, the status of immediate or all dependencies of the above
- packages can be printed by specifying the \c{\b{--immediate}|\b{-i}} or
- \c{\b{--recursive}|\b{-r}} options, respectively. Note that the status is
- written to \cb{STDOUT}, not \cb{STDERR}.
+ The \cb{status} command prints the status of project packages and/or
+ their dependencies in build configurations. If no <dep-spec> arguments
+ are specified, then \cb{status} prints the status of the project's
+ packages. Otherwise, the status of the specified dependency packages is
+ printed. Additionally, the status of immediate or all dependencies of the
+ above packages can be printed by specifying the
+ \c{\b{--immediate}|\b{-i}} or \c{\b{--recursive}|\b{-r}} options,
+ respectively. See \l{bdep-projects-configs(1)} for details on specifying
+ packages (<pkg-spec>) and configurations (<cfg-spec>).
- The status of each package is printed on a separate line. The semantics
- of <dep-spec> and the format of the status line are described in
+ The status of each package is printed on a separate line. Note that the
+ status is written to \cb{STDOUT}, not \cb{STDERR}. The semantics of
+ <dep-spec> and the format of the status line are described in
\l{bpkg-pkg-status(1)}.
"
}