show --help in emcc even if there are other args

This commit is contained in:
Alon Zakai 2013-05-24 11:27:46 -07:00
Родитель fe74b0d48f
Коммит c526e8e8ac
1 изменённых файлов: 1 добавлений и 1 удалений

2
emcc
Просмотреть файл

@ -110,7 +110,7 @@ while response_file:
sys.argv[index:index+1] = extra_args
break
if len(sys.argv) == 1 or sys.argv[1] == '--help':
if len(sys.argv) == 1 or '--help' in sys.argv:
this = os.path.basename('em++' if os.environ.get('EMMAKEN_CXX') else 'emcc')
print '''%s [options] file...