From: mb Date: Tue, 10 Aug 2010 15:08:02 +0000 (+0000) Subject: Fix dl_cleanup.py X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=672b7efe2ab60460e1343f46946a11149f900c54;p=openwrt.git Fix dl_cleanup.py git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22578 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/scripts/dl_cleanup.py b/scripts/dl_cleanup.py index 48f587de52..67ccbda914 100755 --- a/scripts/dl_cleanup.py +++ b/scripts/dl_cleanup.py @@ -147,7 +147,8 @@ def main(argv): "hdBw:", [ "help", "dry-run", "show-blacklist", "whitelist=", ]) if len(args) != 1: - raise getopt.GetoptError() + usage() + return 1 except getopt.GetoptError: usage() return 1