From 788f981bc67940fda178b92826a1e2517d829fad Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Sun, 8 Feb 2009 01:08:34 -0500 Subject: Fixed help for mock option --- rpmbuild-remote.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'rpmbuild-remote.py') diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py index 901cb08..ca2ae87 100644 --- a/rpmbuild-remote.py +++ b/rpmbuild-remote.py @@ -27,7 +27,8 @@ rpmbuild-remote : Build an RPM on a remote system -d, --dest Directory to place resulting files Default: ~/rpmbuild-remote/ -m, --mock Use mock (only applies to SRPM files) - Default: None + Default: No mock builds (uses rpmbuild --rebuild + otherwise) files The list of files can contain either SRPM files or a list starting with a spec file and followed by sources for the package. -- cgit