Oops. The default of only_summary must be false, of course.

svn: r7651
This commit is contained in:
Kees Bakker 2006-11-19 19:33:00 +00:00
parent 489231690b
commit b1e8a2b641

View File

@ -454,7 +454,7 @@ def main():
help="skip fuzzies")
parser.add_option("-s", "--only-summary",
action="store_true", dest="only_summary", default=True,
action="store_true", dest="only_summary", default=False,
help="only give the summary")
(options, args) = parser.parse_args()