mirror of
https://github.com/servo/servo.git
synced 2025-08-13 01:15:34 +01:00
Auto merge of #6429 - ecoal95:patch-1, r=metajack
Update jQuery tests usage message It was in the wrong order. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.png" height=40 alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/6429) <!-- Reviewable:end -->
This commit is contained in:
commit
de251795c3
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
|
||||
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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue