summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-02-08 01:08:34 -0500
committerBen Boeckel <MathStuf@gmail.com>2009-02-08 01:08:34 -0500
commit788f981bc67940fda178b92826a1e2517d829fad (patch)
tree5ec001e02d83fabedb1be2672f3006a6534f2836
parent69ac57d85b275115c0bfbb73af37dccec8a515be (diff)
downloadrpmbuild-remote-788f981bc67940fda178b92826a1e2517d829fad.tar.gz
rpmbuild-remote-788f981bc67940fda178b92826a1e2517d829fad.tar.xz
rpmbuild-remote-788f981bc67940fda178b92826a1e2517d829fad.zip
Fixed help for mock option
-rw-r--r--rpmbuild-remote.py3
1 files changed, 2 insertions, 1 deletions
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 <dest> Directory to place resulting files
Default: ~/rpmbuild-remote/
-m, --mock <target> 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.