summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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.