diff options
author | Antony Dovgal <tony2001@php.net> | 2006-02-16 06:29:40 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-02-16 06:29:40 +0000 |
commit | f2ac3274d7a06856c5c5c424ba5fd51e647ab9c1 (patch) | |
tree | 9a2624c2aea53c90a3f9f5d777f82eca6894a484 /run-tests.php | |
parent | 96843fe43463633fb810b47234c87a0be4053320 (diff) | |
download | php-git-f2ac3274d7a06856c5c5c424ba5fd51e647ab9c1.tar.gz |
fix typo
Diffstat (limited to 'run-tests.php')
-rwxr-xr-x | run-tests.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php index 268cdb62a9..f36d286ea8 100755 --- a/run-tests.php +++ b/run-tests.php @@ -427,7 +427,7 @@ Options: -s <file> Write output to <file>. - -q Quite, no user interaction (same as environment NO_INTERACTION). + -q Quiet, no user interaction (same as environment NO_INTERACTION). --verbose -v Verbose mode. |