aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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