From 60d89e47b2f4c87c151c422634aafb8b5e9f81bc Mon Sep 17 00:00:00 2001 From: Bob Weinand Date: Mon, 9 Jun 2014 15:38:38 +0200 Subject: [PATCH] Add line in run-tests.php help --- tests/run-tests.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/run-tests.php b/tests/run-tests.php index 47a998ccae8..77b3bcd26a8 100644 --- a/tests/run-tests.php +++ b/tests/run-tests.php @@ -243,6 +243,7 @@ namespace phpdbg\testing { printf("\t--options\toptions to pass to phpdbg%s", PHP_EOL); printf("\t--phpdbg\tpath to phpdbg binary%s", PHP_EOL); printf('[flags]:%s', PHP_EOL); + printf("\t-diff2stdout\t\twrite diff to stdout instead of files%s", PHP_EOL); printf("\t-nodiff\t\tdo not write diffs on failure%s", PHP_EOL); printf("\t-nolog\t\tdo not write logs on failure%s", PHP_EOL); printf('[examples]:%s', PHP_EOL);