mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Add missing parameter to usageString in GlobalGen.py
This commit is contained in:
parent
2e1ca10eea
commit
ad02092b12
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ def generate_file(config, name, filename):
|
||||||
def main():
|
def main():
|
||||||
# Parse arguments.
|
# Parse arguments.
|
||||||
from optparse import OptionParser
|
from optparse import OptionParser
|
||||||
usageString = "usage: %prog [options] webidldir [files]"
|
usageString = "usage: %prog [options] configFile webidldir [files]"
|
||||||
o = OptionParser(usage=usageString)
|
o = OptionParser(usage=usageString)
|
||||||
o.add_option("--cachedir", dest='cachedir', default=None,
|
o.add_option("--cachedir", dest='cachedir', default=None,
|
||||||
help="Directory in which to cache lex/parse tables.")
|
help="Directory in which to cache lex/parse tables.")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue