Tools: add usage statement to check-lasso-sections.py

This commit is contained in:
Benjamin Dauvergne 2010-04-06 13:11:44 +00:00
parent ff911847a7
commit ca495cce42
1 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,9 @@ import sys
import os.path
import re
if len(sys.argv) < 3:
print "Usage: check-lasso-sections.py lasso docs/referenrece/lasso/lasso-sections.txt"
sys.exit(1)
source=sys.argv[1]
lasso_sections_txt=sys.argv[2]