mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Update jQuery tests usage message
This commit is contained in:
parent
a256f39796
commit
4d84ad51f4
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@ def write_results(module, results):
|
||||||
|
|
||||||
# Print usage if command line args are incorrect
|
# Print usage if command line args are incorrect
|
||||||
def print_usage():
|
def print_usage():
|
||||||
print("USAGE: {0} servo_binary jquery_base_dir test|update".format(sys.argv[0]))
|
print("USAGE: {0} test|update servo_binary jquery_base_dir".format(sys.argv[0]))
|
||||||
|
|
||||||
|
|
||||||
# Run a simple HTTP server to serve up the jQuery test suite
|
# Run a simple HTTP server to serve up the jQuery test suite
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue