summaryrefslogtreecommitdiffstats
path: root/rpmbuild-remote.py
diff options
context:
space:
mode:
authorBen Boeckel <MathStuf@gmail.com>2009-09-08 20:56:09 -0400
committerBen Boeckel <MathStuf@gmail.com>2009-09-08 20:56:09 -0400
commitb8808664e09634f3f0493260e4f66f3e4d5b147e (patch)
tree022cb1609d2b0c7f30478042fab65fd5fbcabe28 /rpmbuild-remote.py
parentea06c4fe72f4af11308692c85fd6d54bf06bfb40 (diff)
downloadrpmbuild-remote-b8808664e09634f3f0493260e4f66f3e4d5b147e.tar.gz
rpmbuild-remote-b8808664e09634f3f0493260e4f66f3e4d5b147e.tar.xz
rpmbuild-remote-b8808664e09634f3f0493260e4f66f3e4d5b147e.zip
Simplify documentation
Diffstat (limited to 'rpmbuild-remote.py')
-rw-r--r--rpmbuild-remote.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rpmbuild-remote.py b/rpmbuild-remote.py
index 49afeb3..c2aedd7 100644
--- a/rpmbuild-remote.py
+++ b/rpmbuild-remote.py
@@ -58,7 +58,7 @@ def get_parser():
action="store", type="string", dest="mock",
default="",
help="Mock configuration to use (only applies to SRPM files) "
- "[Default: No mock builds (uses rpmbuild --rebuild otherwise)]")
+ "[Default: Use rpmbuild --rebuild)]")
return parser
def read_section(config, section, values):