summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-08 22:10:35 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-08 22:10:35 -0400
commitd5a7a2cad6a44d284a26fe2282f04bc744de400c (patch)
treeae756636ec1cfefd0e23add814ca92408774f8ea /rpmbuild-remote.py
parent45bc456bb625c778e579ee417661c8105c7eeb12 (diff)
downloadrpmbuild-remote-d5a7a2cad6a44d284a26fe2282f04bc744de400c.tar.gz
rpmbuild-remote-d5a7a2cad6a44d284a26fe2282f04bc744de400c.tar.xz
rpmbuild-remote-d5a7a2cad6a44d284a26fe2282f04bc744de400c.zip
No default for mock target
Diffstat (limited to 'rpmbuild-remote.py')
-rw-r--r--rpmbuild-remote.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index c4e90b7..4a0e266 100644
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -54,7 +54,6 @@ def get_parser():
"[Default: ~/rpmbuild-remote/]")
parser.add_option("-m", "--mock",
action="store", type="string", dest="mock",
- default="",
help="Mock configuration to use (only applies to SRPM files) "
"[Default: Use rpmbuild --rebuild)]")
return parser