sbmlteam/moccasin

Usage in run-syntax-tests.py need to correct

georgethrax opened this issue · 1 comments

Usage in run-syntax-tests.py need to correct

'''Usage: run-syntax-tests.py [-d] [-v]'''
would be corrected as
'''Usage: run-syntax-tests.py [-n] [-v]'''

Fixed in commit e428723 and it will be in the next release. Thank you for the report!