Fix an error

This commit is contained in:
rdb 2009-12-22 19:22:27 +00:00
parent 2c777c23d6
commit 66c231e97f
3 changed files with 3 additions and 3 deletions

View File

@ -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 = []

View File

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

View File

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