Skip to content

Commit

Permalink
run-tests.php: fix some typos [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielEScherzer authored Feb 13, 2025
1 parent 65d4331 commit 0b23915
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions run-tests.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ function show_usage(): void
-w <file> Write a list of all failed tests to <file>.
-a <file> Same as -w but append rather then truncating <file>.
-a <file> Same as -w but append rather than truncating <file>.
-W <file> Write a list of all tests and their result status to <file>.
Expand Down Expand Up @@ -90,7 +90,7 @@ function show_usage(): void
--temp-source <sdir> --temp-target <tdir> [--temp-urlbase <url>]
Write temporary files to <tdir> by replacing <sdir> from the
filenames to generate with <tdir>. In general you want to make
<sdir> the path to your source files and <tdir> some patch in
<sdir> the path to your source files and <tdir> some path in
your web page hierarchy with <url> pointing to <tdir>.
--keep-[all|php|skip|clean]
Expand Down

0 comments on commit 0b23915

Please sign in to comment.