[#187,make][xs]: list minify as option in the help.

This commit is contained in:
Rufus Pollock 2013-01-04 19:28:54 +00:00
parent ccde07574a
commit e09a793a85

2
make
View File

@ -37,7 +37,7 @@ def minify():
if __name__ == '__main__':
if not len(sys.argv) > 1:
print 'make cat | docs | all'
print 'make cat | docs | minify | all'
sys.exit(1)
action = sys.argv[1]
if action == 'cat':