From 1fa9084e1167cba4878c8ca570c4e7142b920ac0 Mon Sep 17 00:00:00 2001 From: Michael E Brown Date: Wed, 14 Nov 2007 13:45:36 -0600 Subject: document 'clean' behaviour for install[deps], chroot, shell. --- docs/mock.1 | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'docs') diff --git a/docs/mock.1 b/docs/mock.1 index 078b62d..c2907ec 100644 --- a/docs/mock.1 +++ b/docs/mock.1 @@ -64,18 +64,18 @@ Show usage information and exit. Show version number and exit. .SH "COMMANDS" .LP -.TP -\fBinit\fR \- initialize a chroot (install packages, setup devices, etc.) .TP \fBclean\fR \- purge the chroot tree +.TP +\fBinit\fR \- initialize a chroot (clean, install chroot packages, etc.) .TP -\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM(s) +\fBrebuild\fR \- If no command is specified, rebuild is assumed. Rebuilds the specified SRPM(s). The buildroot is cleaned first, unless --no-clean is specified. .TP -\fBchroot\fR|\fBshell\fR \- run the specified command within the chroot (which must already be initialized). If no command specified, /bin/sh is run. +\fBchroot\fR|\fBshell\fR \- run the specified command within the chroot (which must already be initialized -- no 'clean' is performed). If no command specified, /bin/sh is run. .TP -\fBinstalldeps\fR \- find out deps for SRPM or RPM, and do a yum install to put them in the buildroot +\fBinstalldeps\fR \- find out deps for SRPM or RPM, and do a yum install to put them in the buildroot. Buildroot must already be initialized -- no 'clean' is performed .TP -\fBinstall\fR \- Do a yum install PACKAGE inside the buildroot +\fBinstall\fR \- Do a yum install PACKAGE inside the buildroot. Buildroot must already be initialized -- no 'clean' is performed .SH "FILES" .LP \fI/etc/mock/\fP \- default configuration directory -- cgit