@@ -55,7 +55,7 @@ for opt, arg in opts:
elif opt == '-h':
usage(0)
else:
- print 'illegal option: ' + flag
+ print 'illegal option: ' + arg
sys.exit(1)
inputDirs = []
@@ -161,7 +161,7 @@ for opt, arg in opts:
if not args:
@@ -80,7 +80,7 @@ for opt, arg in opts:
packageNames = args