aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-clean.cli
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-01-11 15:14:32 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-01-11 15:14:32 +0200
commit1c13ae4ed5d84b32c2c1a0698f9e688c312de989 (patch)
tree4977cf7df549e275205e9ced6ae283ac89c685c4 /bpkg/pkg-clean.cli
parentad257079568746d71d913c6fca96852da6fe3bd6 (diff)
Documentation improvements
Diffstat (limited to 'bpkg/pkg-clean.cli')
-rw-r--r--bpkg/pkg-clean.cli23
1 files changed, 13 insertions, 10 deletions
diff --git a/bpkg/pkg-clean.cli b/bpkg/pkg-clean.cli
index 9452291..ffad75a 100644
--- a/bpkg/pkg-clean.cli
+++ b/bpkg/pkg-clean.cli
@@ -8,21 +8,24 @@ include <bpkg/configuration.cli>;
"\name=bpkg-pkg-clean"
"\summary=clean package"
-/*
-"\h{SYNOPSIS}
+namespace bpkg
+{
+ {
+ "<options> <pkg>",
-bpkg pkg-clean <pkg>..."
+ "\h|SYNOPSIS|
-"\h{DESCRIPTION}
+ \c{\b{bpkg pkg-clean}|\b{clean} [<options>] <pkg>...}
-The \cb{pkg-clean} command cleans the previously configured
-(\cb{pkg-configure}) package. Underneath, this command doesn't
-do much more than run (\cb{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}."
+ }
-namespace bpkg
-{
class pkg_clean_options: configuration_options
{
+ "\h|PKG-CLEAN OPTIONS|"
};
}