From 4d84ad51f421608da60b9b2e68f7be995db3998a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Fri, 19 Jun 2015 16:42:17 +0200 Subject: [PATCH] Update jQuery tests usage message --- tests/jquery/run_jquery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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