From d5a7a2cad6a44d284a26fe2282f04bc744de400c Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 8 Sep 2009 22:10:35 -0400 Subject: No default for mock target --- rpmbuild-remote.py | 1 - 1 file changed, 1 deletion(-) (limited to 'rpmbuild-remote.py') 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 -- cgit