Oops. The default of only_summary must be false, of course.
svn: r7651
This commit is contained in:
parent
489231690b
commit
b1e8a2b641
@ -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()
|
||||
|
Loading…
Reference in New Issue
Block a user