From 672b7efe2ab60460e1343f46946a11149f900c54 Mon Sep 17 00:00:00 2001 From: mb Date: Tue, 10 Aug 2010 15:08:02 +0000 Subject: Fix dl_cleanup.py git-svn-id: svn://svn.openwrt.org/openwrt/trunk@22578 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- scripts/dl_cleanup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'scripts/dl_cleanup.py') diff --git a/scripts/dl_cleanup.py b/scripts/dl_cleanup.py index 48f587de5..67ccbda91 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 -- cgit v1.2.3