From b8808664e09634f3f0493260e4f66f3e4d5b147e Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 8 Sep 2009 20:56:09 -0400 Subject: Simplify documentation --- rpmbuild-remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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): -- cgit