aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorEmilio Cobos Álvarez <ecoal95@gmail.com>2015-06-19 16:42:17 +0200
committerEmilio Cobos Álvarez <ecoal95@gmail.com>2015-06-19 16:42:17 +0200
commit4d84ad51f421608da60b9b2e68f7be995db3998a (patch)
tree76e72194e41bcb2e50d8d087f32c60387b92c986 /tests
parenta256f39796270cd3a5f40f33eaa4e407117b0cc6 (diff)
downloadservo-4d84ad51f421608da60b9b2e68f7be995db3998a.tar.gz
servo-4d84ad51f421608da60b9b2e68f7be995db3998a.zip
Update jQuery tests usage message
Diffstat (limited to 'tests')
-rwxr-xr-xtests/jquery/run_jquery.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jquery/run_jquery.py b/tests/jquery/run_jquery.py
index 42b3da9cdb5..d3a3d3e97b8 100755
--- a/tests/jquery/run_jquery.py
+++ b/tests/jquery/run_jquery.py
@@ -130,7 +130,7 @@ def write_results(module, results):
# Print usage if command line args are incorrect
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