From 6fb5bf806beea732e805b2057aa4ab45eaede943 Mon Sep 17 00:00:00 2001 From: Kees Bakker Date: Sun, 19 Nov 2006 19:33:00 +0000 Subject: [PATCH] Oops. The default of only_summary must be false, of course. svn: r7651 --- po/check_po | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/po/check_po b/po/check_po index 3a6c4ceb3..7dbb640d7 100755 --- a/po/check_po +++ b/po/check_po @@ -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()