Update jQuery tests usage message

This commit is contained in:
Emilio Cobos Álvarez 2015-06-19 16:42:17 +02:00
parent a256f39796
commit 4d84ad51f4

View file

@ -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