summaryrefslogtreecommitdiff
path: root/manpages
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2007-11-18 16:20:56 +0100
committerDaniel Baumann <daniel@debian.org>2011-03-09 18:22:29 +0100
commitfe191d67aadb44279a6e16d75f0d4edb2249d295 (patch)
tree4c531af470f1618d4964c480b07139779a3bfffd /manpages
parent76c75b83c5ed877df9295570e0a6ff6fbd204c90 (diff)
downloadlive-build-fe191d67aadb44279a6e16d75f0d4edb2249d295.zip
live-build-fe191d67aadb44279a6e16d75f0d4edb2249d295.tar.gz
Rewriting lh_clean manpage.
Diffstat (limited to 'manpages')
-rw-r--r--manpages/lh_clean.en.135
1 files changed, 21 insertions, 14 deletions
diff --git a/manpages/lh_clean.en.1 b/manpages/lh_clean.en.1
index 9609070..b7d3cc8 100644
--- a/manpages/lh_clean.en.1
+++ b/manpages/lh_clean.en.1
@@ -4,27 +4,30 @@
lh_clean \- clean up system build directories
.SH SYNOPSIS
-.B lh_clean [\fIlive\-helper\ options\fR\|]
-.B lh_clean [\fRall\fB|\fRcache\fB|\fRchroot\fB|\fRbinary\fB|\fRpurge\fB|\fRstage\fB|\fRsource\fB]
+.B lh_clean [\fIlive\-helper\ options\fR\] [\fB\-\-all\fR] [\fB\-\-cache\fR] [\fB\-\-chroot\fR] [\fB\-\-binary\fR] [\fB\-\-purge\fR] [\fB\-\-remove\fR] [\fB\-\-stage\fR] [\fB\-\-source\fR]
.SH DESCRIPTION
-lh_clean is a live\-helper program that is responsible for cleaning up after a system is built. It removes the system build directories, and removes some other files including stage files, and any detritus left behind by other live\-helper commands.
+lh_clean is a live\-helper program that is responsible for cleaning up after a
+system is built. It removes the system build directories, and removes some other
+files including stage files, and any detritus left behind by other live\-helper
+commands.
.SH OPTIONS
-The following command line options are supported by lh_clean.
-.IP "\fBall\fR" 4
+.IP "\fB\-\-all\fR" 4
removes chroot, binary, stage, and source. This is the default operation.
-.IP "\fBcache\fR" 4
+.IP "\fB\-\-cache\fR" 4
removes all cache directories.
-.IP "\fBchroot\fR" 4
+.IP "\fB\-\-chroot\fR" 4
unmounts and removes the chroot directory. If bootstrap cache is available, the system is reset to bootstrap stage.
-.IP "\fBbinary\fR" 4
+.IP "\fB\-\-binary\fR" 4
removes all binary related caches, directories, and stages files.
-.IP "\fBpurge\fR" 4
+.IP "\fB\-\-purge\fR" 4
removes everything (including cache) but config.
-.IP "\fBstage\fR" 4
+.IP "\fB\-\-remove\fR" 4
+removes everything (including package cache, but not stage cache) but config.
+.IP "\fB\-\-stage\fR" 4
removes all stage files.
-.IP "\fBsource\fR" 4
+.IP "\fB\-\-source\fR" 4
removes all source related caches, directories, and stage files.
.SH SEE ALSO
@@ -33,10 +36,14 @@ removes all source related caches, directories, and stage files.
This program is a part of live\-helper.
.SH BUGS
-Report bugs against live\-helper <\fIhttp://packages.qa.debian.org/live\-helper\fR>.
+Report bugs against live\-helper
+<\fIhttp://packages.qa.debian.org/live\-helper\fR>.
.SH HOMEPAGE
-More information about the Debian Live project can be found at <\fIhttp://debian\-live.alioth.debian.org/\fR> and <\fIhttp://wiki.debian.org/DebianLive/\fR>.
+More information about the Debian Live project can be found at
+<\fIhttp://debian\-live.alioth.debian.org/\fR> and
+<\fIhttp://wiki.debian.org/DebianLive/\fR>.
.SH AUTHOR
-live\-helper was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the Debian project.
+live\-helper was written by Daniel Baumann <\fIdaniel@debian.org\fR> for the
+Debian project.